Interface DeleteTransitGatewayVpcAttachmentResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteTransitGatewayVpcAttachmentResponse.Builder,,DeleteTransitGatewayVpcAttachmentResponse> Ec2Response.Builder,SdkBuilder<DeleteTransitGatewayVpcAttachmentResponse.Builder,,DeleteTransitGatewayVpcAttachmentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DeleteTransitGatewayVpcAttachmentResponse
public static interface DeleteTransitGatewayVpcAttachmentResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteTransitGatewayVpcAttachmentResponse.Builder,DeleteTransitGatewayVpcAttachmentResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiontransitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment) Information about the deleted VPC attachment.transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment) Information about the deleted VPC attachment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
transitGatewayVpcAttachment
DeleteTransitGatewayVpcAttachmentResponse.Builder transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment) Information about the deleted VPC attachment.
- Parameters:
 transitGatewayVpcAttachment- Information about the deleted VPC attachment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
transitGatewayVpcAttachment
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.Builderavoiding the need to create one manually viaTransitGatewayVpcAttachment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totransitGatewayVpcAttachment(TransitGatewayVpcAttachment).- Parameters:
 transitGatewayVpcAttachment- a consumer that will call methods onTransitGatewayVpcAttachment.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -