public static interface SiteToSiteVpnAttachment.Builder extends SdkPojo, CopyableBuilder<SiteToSiteVpnAttachment.Builder,SiteToSiteVpnAttachment>
| Modifier and Type | Method and Description |
|---|---|
SiteToSiteVpnAttachment.Builder |
attachment(Attachment attachment)
Provides details about a site-to-site VPN attachment.
|
default SiteToSiteVpnAttachment.Builder |
attachment(Consumer<Attachment.Builder> attachment)
Provides details about a site-to-site VPN attachment.
|
SiteToSiteVpnAttachment.Builder |
vpnConnectionArn(String vpnConnectionArn)
The ARN of the site-to-site VPN attachment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSiteToSiteVpnAttachment.Builder attachment(Attachment attachment)
Provides details about a site-to-site VPN attachment.
attachment - Provides details about a site-to-site VPN attachment.default SiteToSiteVpnAttachment.Builder attachment(Consumer<Attachment.Builder> attachment)
Provides details about a site-to-site VPN attachment.
This is a convenience method that creates an instance of theAttachment.Builder avoiding the need to
create one manually via Attachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to attachment(Attachment).
attachment - a consumer that will call methods on Attachment.Builderattachment(Attachment)SiteToSiteVpnAttachment.Builder vpnConnectionArn(String vpnConnectionArn)
The ARN of the site-to-site VPN attachment.
vpnConnectionArn - The ARN of the site-to-site VPN attachment.Copyright © 2022. All rights reserved.