Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachmentAssociation.Builder
Packages that use TransitGatewayAttachmentAssociation.Builder
-
Uses of TransitGatewayAttachmentAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAttachmentAssociation.BuilderModifier and TypeMethodDescriptionTransitGatewayAttachmentAssociation.builder()The state of the association.TransitGatewayAttachmentAssociation.Builder.state(TransitGatewayAssociationState state) The state of the association.TransitGatewayAttachmentAssociation.toBuilder()TransitGatewayAttachmentAssociation.Builder.transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the route table for the transit gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayAttachmentAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayAttachmentAssociation.Builder>TransitGatewayAttachmentAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayAttachmentAssociation.BuilderModifier and TypeMethodDescriptiondefault TransitGatewayAttachment.BuilderTransitGatewayAttachment.Builder.association(Consumer<TransitGatewayAttachmentAssociation.Builder> association) The association.