public static interface AssociateConnectionWithLagRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<AssociateConnectionWithLagRequest.Builder,AssociateConnectionWithLagRequest>
Modifier and Type | Method and Description |
---|---|
AssociateConnectionWithLagRequest.Builder |
connectionId(String connectionId)
The ID of the connection.
|
AssociateConnectionWithLagRequest.Builder |
lagId(String lagId)
The ID of the LAG with which to associate the connection.
|
AssociateConnectionWithLagRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateConnectionWithLagRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
AssociateConnectionWithLagRequest.Builder connectionId(String connectionId)
The ID of the connection.
Example: dxcon-abc123
Default: None
connectionId
- The ID of the connection.
Example: dxcon-abc123
Default: None
AssociateConnectionWithLagRequest.Builder lagId(String lagId)
The ID of the LAG with which to associate the connection.
Example: dxlag-abc123
Default: None
lagId
- The ID of the LAG with which to associate the connection.
Example: dxlag-abc123
Default: None
AssociateConnectionWithLagRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AssociateConnectionWithLagRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.