public static final class CreateOrUpdateSwimmingLaneGroupRequest.Builder extends Object
public CreateOrUpdateSwimmingLaneGroupRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public CreateOrUpdateSwimmingLaneGroupRequest.Builder appIds(String appIds)
The IDs of applications. Separate application IDs with commas (,).
example:hkhon1po62@c3df23522baa898,hkhon1po62@66e5235415730a5,hkhon1po62@958bba95910341f
public CreateOrUpdateSwimmingLaneGroupRequest.Builder canaryModel(Integer canaryModel)
public CreateOrUpdateSwimmingLaneGroupRequest.Builder dbGrayEnable(Boolean dbGrayEnable)
Specifies whether to enable database canary release.
example:true
public CreateOrUpdateSwimmingLaneGroupRequest.Builder entryApp(String entryApp)
The ingress application.
example:Ingress
public CreateOrUpdateSwimmingLaneGroupRequest.Builder id(Long id)
The ID of the lane group. A value of -1 is used to create a lane group. A value greater than 0 is used to modify the specified lane group.
example:120
public CreateOrUpdateSwimmingLaneGroupRequest.Builder messageQueueFilterSide(String messageQueueFilterSide)
The side for message filtering when the canary release for messaging feature is enabled.
example:Server
public CreateOrUpdateSwimmingLaneGroupRequest.Builder messageQueueGrayEnable(Boolean messageQueueGrayEnable)
Specifies whether to enable canary release for messaging.
example:true
public CreateOrUpdateSwimmingLaneGroupRequest.Builder name(String name)
The name.
This parameter is required.
example:group1
public CreateOrUpdateSwimmingLaneGroupRequest.Builder namespace(String namespace)
The name of the Microservices Engine (MSE) namespace.
example:default
public CreateOrUpdateSwimmingLaneGroupRequest.Builder paths(List<String> paths)
public CreateOrUpdateSwimmingLaneGroupRequest.Builder recordCanaryDetail(Boolean recordCanaryDetail)
Specifies whether to record request details.
public CreateOrUpdateSwimmingLaneGroupRequest.Builder region(String region)
The region ID.
example:cn-shanghai
public CreateOrUpdateSwimmingLaneGroupRequest.Builder routeIds(List<Long> routeIds)
public CreateOrUpdateSwimmingLaneGroupRequest.Builder status(Integer status)
The status of the lane group. The value 0 specifies that the lane group is disabled. The value 1 specifies that the lane group is enabled.
example:0
public CreateOrUpdateSwimmingLaneGroupRequest.Builder swimVersion(Integer swimVersion)
public CreateOrUpdateSwimmingLaneGroupRequest build()
Copyright © 2026. All rights reserved.