public static interface UpdateLagRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>
Modifier and Type | Method and Description |
---|---|
UpdateLagRequest.Builder |
lagId(String lagId)
The ID of the LAG.
|
UpdateLagRequest.Builder |
lagName(String lagName)
The name of 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.
lagId
- The ID of the LAG.UpdateLagRequest.Builder lagName(String lagName)
The name of the LAG.
lagName
- The name of the LAG.UpdateLagRequest.Builder minimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
minimumLinks
- The minimum number of physical connections that must be operational for the LAG itself to be
operational.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.