public static interface UpdateLagRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLagRequest.Builder |
lagId(String lagId)
The ID of the LAG to update.
|
UpdateLagRequest.Builder |
lagName(String lagName)
The name for the LAG.
|
UpdateLagRequest.Builder |
minimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
UpdateLagRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateLagRequest.Builder lagId(String lagId)
The ID of the LAG to update.
Example: dxlag-abc123
Default: None
lagId - The ID of the LAG to update.
Example: dxlag-abc123
Default: None
UpdateLagRequest.Builder lagName(String lagName)
The name for the LAG.
Example: "3x10G LAG to AWS"
Default: None
lagName - The name for the LAG.
Example: "3x10G LAG to AWS"
Default: None
UpdateLagRequest.Builder minimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
Default: None
minimumLinks - The minimum number of physical connections that must be operational for the LAG itself to be
operational.
Default: None
UpdateLagRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.