public static interface UpdateLagRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLagRequest.Builder |
encryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
|
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) |
UpdateLagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 encryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
encryptionMode - The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
UpdateLagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.