Interface UpdateLagRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateLagRequest.Builder,
,UpdateLagRequest> DirectConnectRequest.Builder
,SdkBuilder<UpdateLagRequest.Builder,
,UpdateLagRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateLagRequest
@Mutable
@NotThreadSafe
public static interface UpdateLagRequest.Builder
extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateLagRequest.Builder,UpdateLagRequest>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionMode
(String encryptionMode) The LAG MAC Security (MACsec) encryption mode.The ID of the LAG.The name of the LAG.minimumLinks
(Integer minimumLinks) The minimum number of physical connections that must be operational for the LAG itself to be operational.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lagId
The ID of the LAG.
- Parameters:
lagId
- The ID of the LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lagName
The name of the LAG.
- Parameters:
lagName
- The name of the LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumLinks
The minimum number of physical connections that must be operational for the LAG itself to be operational.
- Parameters:
minimumLinks
- The minimum number of physical connections that must be operational for the LAG itself to be operational.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionMode
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
- Parameters:
encryptionMode
- The LAG MAC Security (MACsec) encryption mode.Amazon Web Services applies the value to all connections which are part of the LAG.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateLagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-