public static interface CreateInterconnectRequest.Builder extends DirectConnectRequest.Builder, CopyableBuilder<CreateInterconnectRequest.Builder,CreateInterconnectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateInterconnectRequest.Builder |
bandwidth(String bandwidth)
The port bandwidth
|
CreateInterconnectRequest.Builder |
interconnectName(String interconnectName)
The name of the interconnect.
|
CreateInterconnectRequest.Builder |
lagId(String lagId)
Sets the value of the LagId property for this object.
|
CreateInterconnectRequest.Builder |
location(String location)
Where the interconnect is located
|
CreateInterconnectRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateInterconnectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateInterconnectRequest.Builder interconnectName(String interconnectName)
The name of the interconnect.
Example: "1G Interconnect to AWS"
Default: None
interconnectName - The name of the interconnect.
Example: "1G Interconnect to AWS"
Default: None
CreateInterconnectRequest.Builder bandwidth(String bandwidth)
The port bandwidth
Example: 1Gbps
Default: None
Available values: 1Gbps,10Gbps
bandwidth - The port bandwidth
Example: 1Gbps
Default: None
Available values: 1Gbps,10Gbps
CreateInterconnectRequest.Builder location(String location)
Where the interconnect is located
Example: EqSV5
Default: None
location - Where the interconnect is located
Example: EqSV5
Default: None
CreateInterconnectRequest.Builder lagId(String lagId)
lagId - The new value for the LagId property for this object.CreateInterconnectRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateInterconnectRequest.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.