public static interface CreateTransitGatewayVpcAttachmentResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayVpcAttachmentResponse.Builder,CreateTransitGatewayVpcAttachmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateTransitGatewayVpcAttachmentResponse.Builder |
transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
Information about the VPC attachment.
|
CreateTransitGatewayVpcAttachmentResponse.Builder |
transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the VPC attachment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateTransitGatewayVpcAttachmentResponse.Builder transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the VPC attachment.
transitGatewayVpcAttachment - Information about the VPC attachment.default CreateTransitGatewayVpcAttachmentResponse.Builder transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
Information about the VPC attachment.
This is a convenience that creates an instance of theTransitGatewayVpcAttachment.Builder avoiding
the need to create one manually via TransitGatewayVpcAttachment.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to transitGatewayVpcAttachment(TransitGatewayVpcAttachment).transitGatewayVpcAttachment - a consumer that will call methods on TransitGatewayVpcAttachment.BuildertransitGatewayVpcAttachment(TransitGatewayVpcAttachment)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.