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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteTransitGatewayVpcAttachmentResponse.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 method 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.Builder
transitGatewayVpcAttachment(TransitGatewayVpcAttachment)
Copyright © 2022. All rights reserved.