Interface CreateInterconnectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateInterconnectRequest.Builder,CreateInterconnectRequest>,DirectConnectRequest.Builder,SdkBuilder<CreateInterconnectRequest.Builder,CreateInterconnectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateInterconnectRequest
public static interface CreateInterconnectRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateInterconnectRequest.Builder,CreateInterconnectRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
interconnectName
CreateInterconnectRequest.Builder interconnectName(String interconnectName)
The name of the interconnect.
- Parameters:
interconnectName- The name of the interconnect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bandwidth
CreateInterconnectRequest.Builder bandwidth(String bandwidth)
The port bandwidth, in Gbps. The possible values are 1 and 10.
- Parameters:
bandwidth- The port bandwidth, in Gbps. The possible values are 1 and 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
CreateInterconnectRequest.Builder location(String location)
The location of the interconnect.
- Parameters:
location- The location of the interconnect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lagId
CreateInterconnectRequest.Builder lagId(String lagId)
The ID of the LAG.
- Parameters:
lagId- The ID of the LAG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateInterconnectRequest.Builder tags(Collection<Tag> tags)
The tags to associate with the interconnect.
- Parameters:
tags- The tags to associate with the interconnect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateInterconnectRequest.Builder tags(Tag... tags)
The tags to associate with the interconnect.
- Parameters:
tags- The tags to associate with the interconnect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
providerName
CreateInterconnectRequest.Builder providerName(String providerName)
The name of the service provider associated with the interconnect.
- Parameters:
providerName- The name of the service provider associated with the interconnect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateInterconnectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateInterconnectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-