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 |
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)
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 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.