Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayVpcAttachment.Builder
Packages that use TransitGatewayVpcAttachment.Builder
-
Uses of TransitGatewayVpcAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayVpcAttachment.BuilderModifier and TypeMethodDescriptionTransitGatewayVpcAttachment.builder()TransitGatewayVpcAttachment.Builder.creationTime(Instant creationTime) The creation time.TransitGatewayVpcAttachment.Builder.options(Consumer<TransitGatewayVpcAttachmentOptions.Builder> options) The VPC attachment options.TransitGatewayVpcAttachment.Builder.options(TransitGatewayVpcAttachmentOptions options) The VPC attachment options.The state of the VPC attachment.TransitGatewayVpcAttachment.Builder.state(TransitGatewayAttachmentState state) The state of the VPC attachment.The IDs of the subnets.TransitGatewayVpcAttachment.Builder.subnetIds(Collection<String> subnetIds) The IDs of the subnets.TransitGatewayVpcAttachment.Builder.tags(Collection<Tag> tags) The tags for the VPC attachment.TransitGatewayVpcAttachment.Builder.tags(Consumer<Tag.Builder>... tags) The tags for the VPC attachment.The tags for the VPC attachment.TransitGatewayVpcAttachment.toBuilder()TransitGatewayVpcAttachment.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.TransitGatewayVpcAttachment.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway.The ID of the VPC.TransitGatewayVpcAttachment.Builder.vpcOwnerId(String vpcOwnerId) The ID of the Amazon Web Services account that owns the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayVpcAttachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayVpcAttachment.Builder>TransitGatewayVpcAttachment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayVpcAttachment.BuilderModifier and TypeMethodDescriptionAcceptTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment) The VPC attachment.CreateTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment) Information about the VPC attachment.DeleteTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment) Information about the deleted VPC attachment.ModifyTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment) Information about the modified attachment.RejectTransitGatewayVpcAttachmentResponse.Builder.transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment) Information about the attachment.