Interface CreateDirectConnectGatewayAttachmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDirectConnectGatewayAttachmentRequest.Builder,CreateDirectConnectGatewayAttachmentRequest>,NetworkManagerRequest.Builder,SdkBuilder<CreateDirectConnectGatewayAttachmentRequest.Builder,CreateDirectConnectGatewayAttachmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDirectConnectGatewayAttachmentRequest
public static interface CreateDirectConnectGatewayAttachmentRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateDirectConnectGatewayAttachmentRequest.Builder,CreateDirectConnectGatewayAttachmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDirectConnectGatewayAttachmentRequest.BuilderclientToken(String clientToken)client tokenCreateDirectConnectGatewayAttachmentRequest.BuildercoreNetworkId(String coreNetworkId)The ID of the Cloud WAN core network that the Direct Connect gateway attachment should be attached to.CreateDirectConnectGatewayAttachmentRequest.BuilderdirectConnectGatewayArn(String directConnectGatewayArn)The ARN of the Direct Connect gateway attachment.CreateDirectConnectGatewayAttachmentRequest.BuilderedgeLocations(String... edgeLocations)One or more core network edge locations that the Direct Connect gateway attachment is associated with.CreateDirectConnectGatewayAttachmentRequest.BuilderedgeLocations(Collection<String> edgeLocations)One or more core network edge locations that the Direct Connect gateway attachment is associated with.CreateDirectConnectGatewayAttachmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDirectConnectGatewayAttachmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDirectConnectGatewayAttachmentRequest.Buildertags(Collection<Tag> tags)The key value tags to apply to the Direct Connect gateway attachment during creation.CreateDirectConnectGatewayAttachmentRequest.Buildertags(Consumer<Tag.Builder>... tags)The key value tags to apply to the Direct Connect gateway attachment during creation.CreateDirectConnectGatewayAttachmentRequest.Buildertags(Tag... tags)The key value tags to apply to the Direct Connect gateway attachment during creation.-
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.networkmanager.model.NetworkManagerRequest.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 Detail
-
coreNetworkId
CreateDirectConnectGatewayAttachmentRequest.Builder coreNetworkId(String 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
CreateDirectConnectGatewayAttachmentRequest.Builder edgeLocations(Collection<String> 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
CreateDirectConnectGatewayAttachmentRequest.Builder edgeLocations(String... 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
CreateDirectConnectGatewayAttachmentRequest.Builder tags(Collection<Tag> 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
CreateDirectConnectGatewayAttachmentRequest.Builder tags(Tag... 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
CreateDirectConnectGatewayAttachmentRequest.Builder tags(Consumer<Tag.Builder>... 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 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)
-
clientToken
CreateDirectConnectGatewayAttachmentRequest.Builder clientToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDirectConnectGatewayAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-