public static interface CreateConnectionRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequest.Builder |
bandwidth(String bandwidth)
Sets the value of the Bandwidth property for this object.
|
CreateConnectionRequest.Builder |
connectionName(String connectionName)
Sets the value of the ConnectionName property for this object.
|
CreateConnectionRequest.Builder |
lagId(String lagId)
Sets the value of the LagId property for this object.
|
CreateConnectionRequest.Builder |
location(String location)
Sets the value of the Location property for this object.
|
CreateConnectionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateConnectionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateConnectionRequest.Builder location(String location)
location - The new value for the Location property for this object.CreateConnectionRequest.Builder bandwidth(String bandwidth)
bandwidth - The new value for the Bandwidth property for this object.CreateConnectionRequest.Builder connectionName(String connectionName)
connectionName - The new value for the ConnectionName property for this object.CreateConnectionRequest.Builder lagId(String lagId)
lagId - The new value for the LagId property for this object.CreateConnectionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateConnectionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.