Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayPolicyTableAssociation.Builder
Packages that use TransitGatewayPolicyTableAssociation.Builder
-
Uses of TransitGatewayPolicyTableAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPolicyTableAssociation.BuilderModifier and TypeMethodDescriptionTransitGatewayPolicyTableAssociation.builder()TransitGatewayPolicyTableAssociation.Builder.resourceId(String resourceId) The resource ID of the transit gateway attachment.TransitGatewayPolicyTableAssociation.Builder.resourceType(String resourceType) The resource type for the transit gateway policy table association.TransitGatewayPolicyTableAssociation.Builder.resourceType(TransitGatewayAttachmentResourceType resourceType) The resource type for the transit gateway policy table association.The state of the transit gateway policy table association.TransitGatewayPolicyTableAssociation.Builder.state(TransitGatewayAssociationState state) The state of the transit gateway policy table association.TransitGatewayPolicyTableAssociation.toBuilder()TransitGatewayPolicyTableAssociation.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the transit gateway attachment.TransitGatewayPolicyTableAssociation.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayPolicyTableAssociation.Builder>TransitGatewayPolicyTableAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPolicyTableAssociation.BuilderModifier and TypeMethodDescriptionAssociateTransitGatewayPolicyTableResponse.Builder.association(Consumer<TransitGatewayPolicyTableAssociation.Builder> association) Describes the association of a transit gateway and a transit gateway policy table.DisassociateTransitGatewayPolicyTableResponse.Builder.association(Consumer<TransitGatewayPolicyTableAssociation.Builder> association) Returns details about the transit gateway policy table disassociation.