public static interface CreateSiteToSiteVpnAttachmentRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateSiteToSiteVpnAttachmentRequest.Builder,CreateSiteToSiteVpnAttachmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSiteToSiteVpnAttachmentRequest.Builder coreNetworkId(String coreNetworkId)
The ID of a core network where you're creating a site-to-site VPN attachment.
coreNetworkId - The ID of a core network where you're creating a site-to-site VPN attachment.CreateSiteToSiteVpnAttachmentRequest.Builder vpnConnectionArn(String vpnConnectionArn)
The ARN identifying the VPN attachment.
vpnConnectionArn - The ARN identifying the VPN attachment.CreateSiteToSiteVpnAttachmentRequest.Builder tags(Collection<Tag> tags)
The tags associated with the request.
tags - The tags associated with the request.CreateSiteToSiteVpnAttachmentRequest.Builder tags(Tag... tags)
The tags associated with the request.
tags - The tags associated with the request.CreateSiteToSiteVpnAttachmentRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the request.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateSiteToSiteVpnAttachmentRequest.Builder clientToken(String clientToken)
The client token associated with the request.
clientToken - The client token associated with the request.CreateSiteToSiteVpnAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSiteToSiteVpnAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.