Interface CreateInterconnectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateInterconnectRequest.Builder,,CreateInterconnectRequest> DirectConnectRequest.Builder,SdkBuilder<CreateInterconnectRequest.Builder,,CreateInterconnectRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateInterconnectRequest
@Mutable
@NotThreadSafe
public static interface CreateInterconnectRequest.Builder
extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateInterconnectRequest.Builder,CreateInterconnectRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe port bandwidth, in Gbps.interconnectName(String interconnectName) The name of the interconnect.The ID of the LAG.The location of the interconnect.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.providerName(String providerName) The name of the service provider associated with the interconnect.requestMACSec(Boolean requestMACSec) Indicates whether you want the interconnect to support MAC Security (MACsec).tags(Collection<Tag> tags) The tags to associate with the interconnect.tags(Consumer<Tag.Builder>... tags) The tags to associate with the interconnect.The tags to associate with the interconnect.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The port bandwidth, in Gbps. The possible values are 1, 10, and 100.
- Parameters:
bandwidth- The port bandwidth, in Gbps. The possible values are 1, 10, and 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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
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
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 totags(List<Tag>).- 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:
-
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.
-
requestMACSec
Indicates whether you want the interconnect to support MAC Security (MACsec).
- Parameters:
requestMACSec- Indicates whether you want the interconnect to support MAC Security (MACsec).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateInterconnectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateInterconnectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-