Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayAssociation.Builder
Packages that use TransitGatewayAssociation.Builder
-
Uses of TransitGatewayAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAssociation.BuilderModifier and TypeMethodDescriptionTransitGatewayAssociation.builder()TransitGatewayAssociation.Builder.resourceId(String resourceId) The ID of the resource.TransitGatewayAssociation.Builder.resourceType(String resourceType) The resource type.TransitGatewayAssociation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type.The state of the association.TransitGatewayAssociation.Builder.state(TransitGatewayAssociationState state) The state of the association.TransitGatewayAssociation.toBuilder()TransitGatewayAssociation.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.TransitGatewayAssociation.Builder.transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the transit gateway route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayAssociation.Builder>TransitGatewayAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayAssociation.BuilderModifier and TypeMethodDescriptionAssociateTransitGatewayRouteTableResponse.Builder.association(Consumer<TransitGatewayAssociation.Builder> association) The ID of the association.DisassociateTransitGatewayRouteTableResponse.Builder.association(Consumer<TransitGatewayAssociation.Builder> association) Information about the association.