public static interface CreateInterconnectRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateInterconnectRequest.Builder,CreateInterconnectRequest>
Modifier and Type | Method and Description |
---|---|
CreateInterconnectRequest.Builder |
bandwidth(String bandwidth)
The port bandwidth, in Gbps.
|
CreateInterconnectRequest.Builder |
interconnectName(String interconnectName)
The name of the interconnect.
|
CreateInterconnectRequest.Builder |
lagId(String lagId)
The ID of the LAG.
|
CreateInterconnectRequest.Builder |
location(String location)
The location of the interconnect.
|
CreateInterconnectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateInterconnectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateInterconnectRequest.Builder interconnectName(String interconnectName)
The name of the interconnect.
interconnectName
- The name of the interconnect.CreateInterconnectRequest.Builder bandwidth(String bandwidth)
The port bandwidth, in Gbps. The possible values are 1 and 10.
bandwidth
- The port bandwidth, in Gbps. The possible values are 1 and 10.CreateInterconnectRequest.Builder location(String location)
The location of the interconnect.
location
- The location of the interconnect.CreateInterconnectRequest.Builder lagId(String lagId)
The ID of the LAG.
lagId
- The ID of the LAG.CreateInterconnectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateInterconnectRequest.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.