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