public static interface CreateConnectionRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest>
Modifier and Type | Method and Description |
---|---|
CreateConnectionRequest.Builder |
bandwidth(String bandwidth)
The bandwidth of the connection.
|
CreateConnectionRequest.Builder |
connectionName(String connectionName)
The name of the connection.
|
CreateConnectionRequest.Builder |
lagId(String lagId)
The ID of the LAG.
|
CreateConnectionRequest.Builder |
location(String location)
The location of the connection.
|
CreateConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateConnectionRequest.Builder location(String location)
The location of the connection.
location
- The location of the connection.CreateConnectionRequest.Builder bandwidth(String bandwidth)
The bandwidth of the connection.
bandwidth
- The bandwidth of the connection.CreateConnectionRequest.Builder connectionName(String connectionName)
The name of the connection.
connectionName
- The name of the connection.CreateConnectionRequest.Builder lagId(String lagId)
The ID of the LAG.
lagId
- The ID of the LAG.CreateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.