public static final class CreateOrUpdateSwimmingLaneGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateOrUpdateSwimmingLaneGroupRequest.Builder |
appIds(List<String> appIds)
The ID of the baseline application.
|
CreateOrUpdateSwimmingLaneGroupRequest |
build() |
CreateOrUpdateSwimmingLaneGroupRequest.Builder |
entryAppId(String entryAppId)
The unique ID of the corresponding gateway.
|
CreateOrUpdateSwimmingLaneGroupRequest.Builder |
entryAppType(String entryAppType)
The application entry type (gateway type).
|
CreateOrUpdateSwimmingLaneGroupRequest.Builder |
groupId(Long groupId)
The ID of the lane group.
|
CreateOrUpdateSwimmingLaneGroupRequest.Builder |
groupName(String groupName)
The name of the lane group.
|
CreateOrUpdateSwimmingLaneGroupRequest.Builder |
namespaceId(String namespaceId)
The ID of a namespace.
|
CreateOrUpdateSwimmingLaneGroupRequest.Builder |
swimVersion(String swimVersion)
The end-to-end grayscale version.
|
public CreateOrUpdateSwimmingLaneGroupRequest.Builder appIds(List<String> appIds)
The ID of the baseline application.
public CreateOrUpdateSwimmingLaneGroupRequest.Builder entryAppId(String entryAppId)
The unique ID of the corresponding gateway.
example:mse_ingresspost-cn-axc49******
public CreateOrUpdateSwimmingLaneGroupRequest.Builder entryAppType(String entryAppType)
The application entry type (gateway type).
mse-gw
public CreateOrUpdateSwimmingLaneGroupRequest.Builder groupId(Long groupId)
The ID of the lane group. This is required when you update a lane group.
example:2047
public CreateOrUpdateSwimmingLaneGroupRequest.Builder groupName(String groupName)
The name of the lane group.
example:mse-test
public CreateOrUpdateSwimmingLaneGroupRequest.Builder namespaceId(String namespaceId)
The ID of a namespace.
example:cn-beijing:test
public CreateOrUpdateSwimmingLaneGroupRequest.Builder swimVersion(String swimVersion)
The end-to-end grayscale version. Valid values: 0 and 2 (recommended).
example:2
public CreateOrUpdateSwimmingLaneGroupRequest build()
Copyright © 2026. All rights reserved.