Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachmentAssociation.Builder
-
Packages that use TransitGatewayAttachmentAssociation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayAttachmentAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAttachmentAssociation.Builder Modifier and Type Method Description static TransitGatewayAttachmentAssociation.BuilderTransitGatewayAttachmentAssociation. builder()TransitGatewayAttachmentAssociation.BuilderTransitGatewayAttachmentAssociation.Builder. state(String state)The state of the association.TransitGatewayAttachmentAssociation.BuilderTransitGatewayAttachmentAssociation.Builder. state(TransitGatewayAssociationState state)The state of the association.TransitGatewayAttachmentAssociation.BuilderTransitGatewayAttachmentAssociation. toBuilder()TransitGatewayAttachmentAssociation.BuilderTransitGatewayAttachmentAssociation.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.Builder Modifier and Type Method Description static Class<? extends TransitGatewayAttachmentAssociation.Builder>TransitGatewayAttachmentAssociation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayAttachmentAssociation.Builder Modifier and Type Method Description default TransitGatewayAttachment.BuilderTransitGatewayAttachment.Builder. association(Consumer<TransitGatewayAttachmentAssociation.Builder> association)The association.
-