Interface AssociateConnectionWithLagRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>,DirectConnectRequest.Builder,SdkBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateConnectionWithLagRequest
public static interface AssociateConnectionWithLagRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateConnectionWithLagRequest.BuilderconnectionId(String connectionId)The ID of the connection.AssociateConnectionWithLagRequest.BuilderlagId(String lagId)The ID of the LAG with which to associate the connection.AssociateConnectionWithLagRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateConnectionWithLagRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
connectionId
AssociateConnectionWithLagRequest.Builder connectionId(String connectionId)
The ID of the connection.
- Parameters:
connectionId- The ID of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lagId
AssociateConnectionWithLagRequest.Builder lagId(String lagId)
The ID of the LAG with which to associate the connection.
- Parameters:
lagId- The ID of the LAG with which to associate the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateConnectionWithLagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateConnectionWithLagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-