Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayPolicyTableAssociation.Builder
-
Packages that use TransitGatewayPolicyTableAssociation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayPolicyTableAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPolicyTableAssociation.Builder Modifier and Type Method Description static TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation. builder()TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation.Builder. resourceId(String resourceId)The resource ID of the transit gateway attachment.TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation.Builder. resourceType(String resourceType)The resource type for the transit gateway policy table association.TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation.Builder. resourceType(TransitGatewayAttachmentResourceType resourceType)The resource type for the transit gateway policy table association.TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation.Builder. state(String state)The state of the transit gateway policy table association.TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation.Builder. state(TransitGatewayAssociationState state)The state of the transit gateway policy table association.TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation. toBuilder()TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the transit gateway attachment.TransitGatewayPolicyTableAssociation.BuilderTransitGatewayPolicyTableAssociation.Builder. transitGatewayPolicyTableId(String transitGatewayPolicyTableId)The ID of the transit gateway policy table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayPolicyTableAssociation.Builder Modifier and Type Method Description static Class<? extends TransitGatewayPolicyTableAssociation.Builder>TransitGatewayPolicyTableAssociation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPolicyTableAssociation.Builder Modifier and Type Method Description default AssociateTransitGatewayPolicyTableResponse.BuilderAssociateTransitGatewayPolicyTableResponse.Builder. association(Consumer<TransitGatewayPolicyTableAssociation.Builder> association)Describes the association of a transit gateway and a transit gateway policy table.default DisassociateTransitGatewayPolicyTableResponse.BuilderDisassociateTransitGatewayPolicyTableResponse.Builder. association(Consumer<TransitGatewayPolicyTableAssociation.Builder> association)Returns details about the transit gateway policy table disassociation.
-