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.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateInterconnectRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateInterconnectRequest.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.