public static interface DeleteTransitGatewayVpcAttachmentResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteTransitGatewayVpcAttachmentResponse.Builder,DeleteTransitGatewayVpcAttachmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteTransitGatewayVpcAttachmentResponse.Builder |
transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
Information about the deleted VPC attachment.
|
DeleteTransitGatewayVpcAttachmentResponse.Builder |
transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the deleted VPC attachment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDeleteTransitGatewayVpcAttachmentResponse.Builder transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)
Information about the deleted VPC attachment.
transitGatewayVpcAttachment - Information about the deleted VPC attachment.default DeleteTransitGatewayVpcAttachmentResponse.Builder transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)
Information about the deleted 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.