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