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