Interface CreateDirectConnectGatewayAttachmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDirectConnectGatewayAttachmentRequest.Builder,,CreateDirectConnectGatewayAttachmentRequest> NetworkManagerRequest.Builder,SdkBuilder<CreateDirectConnectGatewayAttachmentRequest.Builder,,CreateDirectConnectGatewayAttachmentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateDirectConnectGatewayAttachmentRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) client tokencoreNetworkId(String coreNetworkId) The ID of the Cloud WAN core network that the Direct Connect gateway attachment should be attached to.directConnectGatewayArn(String directConnectGatewayArn) The ARN of the Direct Connect gateway attachment.edgeLocations(String... edgeLocations) One or more core network edge locations that the Direct Connect gateway attachment is associated with.edgeLocations(Collection<String> edgeLocations) One or more core network edge locations that the Direct Connect gateway attachment is associated with.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The key value tags to apply to the Direct Connect gateway attachment during creation.tags(Consumer<Tag.Builder>... tags) The key value tags to apply to the Direct Connect gateway attachment during creation.The key value tags to apply to the Direct Connect gateway attachment during creation.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.networkmanager.model.NetworkManagerRequest.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
-
coreNetworkId
The ID of the Cloud WAN core network that the Direct Connect gateway attachment should be attached to.
- Parameters:
coreNetworkId- The ID of the Cloud WAN core network that the Direct Connect gateway attachment should be attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directConnectGatewayArn
CreateDirectConnectGatewayAttachmentRequest.Builder directConnectGatewayArn(String directConnectGatewayArn) The ARN of the Direct Connect gateway attachment.
- Parameters:
directConnectGatewayArn- The ARN of the Direct Connect gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeLocations
One or more core network edge locations that the Direct Connect gateway attachment is associated with.
- Parameters:
edgeLocations- One or more core network edge locations that the Direct Connect gateway attachment is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeLocations
One or more core network edge locations that the Direct Connect gateway attachment is associated with.
- Parameters:
edgeLocations- One or more core network edge locations that the Direct Connect gateway attachment is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key value tags to apply to the Direct Connect gateway attachment during creation.
- Parameters:
tags- The key value tags to apply to the Direct Connect gateway attachment during creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key value tags to apply to the Direct Connect gateway attachment during creation.
- Parameters:
tags- The key value tags to apply to the Direct Connect gateway attachment during creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key value tags to apply to the Direct Connect gateway attachment during creation.
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:
-
clientToken
client token
- Parameters:
clientToken- client token- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDirectConnectGatewayAttachmentRequest.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
CreateDirectConnectGatewayAttachmentRequest.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.
-