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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteTransitGatewayVpcAttachmentResponse.BuildertransitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)Information about the deleted VPC attachment.DeleteTransitGatewayVpcAttachmentResponse.BuildertransitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)Information about the deleted VPC attachment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
transitGatewayVpcAttachment(TransitGatewayVpcAttachment)
-
-