Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcAttachment.Builder
-
Packages that use VpcAttachment.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcAttachment.Builder Modifier and Type Method Description static VpcAttachment.BuilderVpcAttachment. builder()VpcAttachment.BuilderVpcAttachment.Builder. state(String state)The current state of the attachment.VpcAttachment.BuilderVpcAttachment.Builder. state(AttachmentStatus state)The current state of the attachment.VpcAttachment.BuilderVpcAttachment. toBuilder()VpcAttachment.BuilderVpcAttachment.Builder. vpcId(String vpcId)The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcAttachment.Builder Modifier and Type Method Description static Class<? extends VpcAttachment.Builder>VpcAttachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcAttachment.Builder Modifier and Type Method Description default AttachVpnGatewayResponse.BuilderAttachVpnGatewayResponse.Builder. vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)Information about the attachment.
-