Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayAssociation.Builder
-
Packages that use TransitGatewayAssociation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAssociation.Builder Modifier and Type Method Description static TransitGatewayAssociation.BuilderTransitGatewayAssociation. builder()TransitGatewayAssociation.BuilderTransitGatewayAssociation.Builder. resourceId(String resourceId)The ID of the resource.TransitGatewayAssociation.BuilderTransitGatewayAssociation.Builder. resourceType(String resourceType)The resource type.TransitGatewayAssociation.BuilderTransitGatewayAssociation.Builder. resourceType(TransitGatewayAttachmentResourceType resourceType)The resource type.TransitGatewayAssociation.BuilderTransitGatewayAssociation.Builder. state(String state)The state of the association.TransitGatewayAssociation.BuilderTransitGatewayAssociation.Builder. state(TransitGatewayAssociationState state)The state of the association.TransitGatewayAssociation.BuilderTransitGatewayAssociation. toBuilder()TransitGatewayAssociation.BuilderTransitGatewayAssociation.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the attachment.TransitGatewayAssociation.BuilderTransitGatewayAssociation.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.Builder Modifier and Type Method Description static Class<? extends TransitGatewayAssociation.Builder>TransitGatewayAssociation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayAssociation.Builder Modifier and Type Method Description default AssociateTransitGatewayRouteTableResponse.BuilderAssociateTransitGatewayRouteTableResponse.Builder. association(Consumer<TransitGatewayAssociation.Builder> association)The ID of the association.default DisassociateTransitGatewayRouteTableResponse.BuilderDisassociateTransitGatewayRouteTableResponse.Builder. association(Consumer<TransitGatewayAssociation.Builder> association)Information about the association.
-