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.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateConnectionRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.