Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayAttachmentPropagation.Builder
-
Packages that use TransitGatewayAttachmentPropagation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayAttachmentPropagation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayAttachmentPropagation.Builder Modifier and Type Method Description static TransitGatewayAttachmentPropagation.BuilderTransitGatewayAttachmentPropagation. builder()TransitGatewayAttachmentPropagation.BuilderTransitGatewayAttachmentPropagation.Builder. state(String state)The state of the propagation route table.TransitGatewayAttachmentPropagation.BuilderTransitGatewayAttachmentPropagation.Builder. state(TransitGatewayPropagationState state)The state of the propagation route table.TransitGatewayAttachmentPropagation.BuilderTransitGatewayAttachmentPropagation. toBuilder()TransitGatewayAttachmentPropagation.BuilderTransitGatewayAttachmentPropagation.Builder. transitGatewayRouteTableId(String transitGatewayRouteTableId)The ID of the propagation route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayAttachmentPropagation.Builder Modifier and Type Method Description static Class<? extends TransitGatewayAttachmentPropagation.Builder>TransitGatewayAttachmentPropagation. serializableBuilderClass()
-