public static interface CreateInterconnectRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateInterconnectRequest.Builder,CreateInterconnectRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 tags(Collection<Tag> tags)
The tags to associate with the interconnect.
tags - The tags to associate with the interconnect.CreateInterconnectRequest.Builder tags(Tag... tags)
The tags to associate with the interconnect.
tags - The tags to associate with the interconnect.CreateInterconnectRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to associate with the interconnect.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateInterconnectRequest.Builder providerName(String providerName)
The name of the service provider associated with the interconnect.
providerName - The name of the service provider associated with the interconnect.CreateInterconnectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateInterconnectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.