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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateLagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateLagRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateLagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.