Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayPropagation.Builder
-
Packages that use TransitGatewayPropagation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TransitGatewayPropagation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPropagation.Builder Modifier and Type Method Description static TransitGatewayPropagation.BuilderTransitGatewayPropagation. builder()TransitGatewayPropagation.BuilderTransitGatewayPropagation.Builder. resourceId(String resourceId)The ID of the resource.TransitGatewayPropagation.BuilderTransitGatewayPropagation.Builder. resourceType(String resourceType)The resource type.TransitGatewayPropagation.BuilderTransitGatewayPropagation.Builder. resourceType(TransitGatewayAttachmentResourceType resourceType)The resource type.TransitGatewayPropagation.BuilderTransitGatewayPropagation.Builder. state(String state)The state.TransitGatewayPropagation.BuilderTransitGatewayPropagation.Builder. state(TransitGatewayPropagationState state)The state.TransitGatewayPropagation.BuilderTransitGatewayPropagation. toBuilder()TransitGatewayPropagation.BuilderTransitGatewayPropagation.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the attachment.TransitGatewayPropagation.BuilderTransitGatewayPropagation.Builder. transitGatewayRouteTableAnnouncementId(String transitGatewayRouteTableAnnouncementId)The ID of the transit gateway route table announcement.TransitGatewayPropagation.BuilderTransitGatewayPropagation.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 TransitGatewayPropagation.Builder Modifier and Type Method Description static Class<? extends TransitGatewayPropagation.Builder>TransitGatewayPropagation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPropagation.Builder Modifier and Type Method Description default DisableTransitGatewayRouteTablePropagationResponse.BuilderDisableTransitGatewayRouteTablePropagationResponse.Builder. propagation(Consumer<TransitGatewayPropagation.Builder> propagation)Information about route propagation.default EnableTransitGatewayRouteTablePropagationResponse.BuilderEnableTransitGatewayRouteTablePropagationResponse.Builder. propagation(Consumer<TransitGatewayPropagation.Builder> propagation)Information about route propagation.
-