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.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
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, 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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,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.
-
overrideConfiguration
CreateInterconnectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-