public static interface TransitGatewayRouteTableRoute.Builder extends SdkPojo, CopyableBuilder<TransitGatewayRouteTableRoute.Builder,TransitGatewayRouteTableRoute>
Modifier and Type | Method and Description |
---|---|
TransitGatewayRouteTableRoute.Builder |
attachmentId(String attachmentId)
The ID of the route attachment.
|
TransitGatewayRouteTableRoute.Builder |
destinationCidr(String destinationCidr)
The CIDR block used for destination matches.
|
TransitGatewayRouteTableRoute.Builder |
prefixListId(String prefixListId)
The ID of the prefix list.
|
TransitGatewayRouteTableRoute.Builder |
resourceId(String resourceId)
The ID of the resource for the route attachment.
|
TransitGatewayRouteTableRoute.Builder |
resourceType(String resourceType)
The resource type for the route attachment.
|
TransitGatewayRouteTableRoute.Builder |
routeOrigin(String routeOrigin)
The route origin.
|
TransitGatewayRouteTableRoute.Builder |
state(String state)
The state of the route.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TransitGatewayRouteTableRoute.Builder destinationCidr(String destinationCidr)
The CIDR block used for destination matches.
destinationCidr
- The CIDR block used for destination matches.TransitGatewayRouteTableRoute.Builder state(String state)
The state of the route.
state
- The state of the route.TransitGatewayRouteTableRoute.Builder routeOrigin(String routeOrigin)
The route origin. The following are the possible values:
static
propagated
routeOrigin
- The route origin. The following are the possible values:
static
propagated
TransitGatewayRouteTableRoute.Builder prefixListId(String prefixListId)
The ID of the prefix list.
prefixListId
- The ID of the prefix list.TransitGatewayRouteTableRoute.Builder attachmentId(String attachmentId)
The ID of the route attachment.
attachmentId
- The ID of the route attachment.TransitGatewayRouteTableRoute.Builder resourceId(String resourceId)
The ID of the resource for the route attachment.
resourceId
- The ID of the resource for the route attachment.TransitGatewayRouteTableRoute.Builder resourceType(String resourceType)
The resource type for the route attachment.
resourceType
- The resource type for the route attachment.Copyright © 2023. All rights reserved.