Interface CreateSiteToSiteVpnAttachmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSiteToSiteVpnAttachmentRequest.Builder,CreateSiteToSiteVpnAttachmentRequest>,NetworkManagerRequest.Builder,SdkBuilder<CreateSiteToSiteVpnAttachmentRequest.Builder,CreateSiteToSiteVpnAttachmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSiteToSiteVpnAttachmentRequest
public static interface CreateSiteToSiteVpnAttachmentRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateSiteToSiteVpnAttachmentRequest.Builder,CreateSiteToSiteVpnAttachmentRequest>
-
-
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.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, sdkFields
-
-
-
-
Method Detail
-
coreNetworkId
CreateSiteToSiteVpnAttachmentRequest.Builder coreNetworkId(String coreNetworkId)
The ID of a core network where you're creating a site-to-site VPN attachment.
- Parameters:
coreNetworkId- The ID of a core network where you're creating a site-to-site VPN attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpnConnectionArn
CreateSiteToSiteVpnAttachmentRequest.Builder vpnConnectionArn(String vpnConnectionArn)
The ARN identifying the VPN attachment.
- Parameters:
vpnConnectionArn- The ARN identifying the VPN attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSiteToSiteVpnAttachmentRequest.Builder tags(Collection<Tag> tags)
The tags associated with the request.
- Parameters:
tags- The tags associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSiteToSiteVpnAttachmentRequest.Builder tags(Tag... tags)
The tags associated with the request.
- Parameters:
tags- The tags associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSiteToSiteVpnAttachmentRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the request.
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
CreateSiteToSiteVpnAttachmentRequest.Builder clientToken(String clientToken)
The client token associated with the request.
- Parameters:
clientToken- The client token associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateSiteToSiteVpnAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSiteToSiteVpnAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-