public static interface AttachVpnGatewayResponse.Builder extends EC2Response.Builder, CopyableBuilder<AttachVpnGatewayResponse.Builder,AttachVpnGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
default AttachVpnGatewayResponse.Builder |
vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)
Information about the attachment.
|
AttachVpnGatewayResponse.Builder |
vpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildAttachVpnGatewayResponse.Builder vpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
vpcAttachment - Information about the attachment.default AttachVpnGatewayResponse.Builder vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)
Information about the attachment.
This is a convenience that creates an instance of theVpcAttachment.Builder avoiding the need to
create one manually via VpcAttachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcAttachment(VpcAttachment).vpcAttachment - a consumer that will call methods on VpcAttachment.BuildervpcAttachment(VpcAttachment)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.