public static interface CreateTransitGatewayRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteRequest.Builder,CreateTransitGatewayRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTransitGatewayRouteRequest.Builder |
blackhole(Boolean blackhole)
Indicates whether traffic matching this route is to be dropped.
|
CreateTransitGatewayRouteRequest.Builder |
destinationCidrBlock(String destinationCidrBlock)
The CIDR range used for destination matches.
|
CreateTransitGatewayRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateTransitGatewayRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateTransitGatewayRouteRequest.Builder |
transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
CreateTransitGatewayRouteRequest.Builder |
transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateTransitGatewayRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The CIDR range used for destination matches. Routing decisions are based on the most specific match.
destinationCidrBlock - The CIDR range used for destination matches. Routing decisions are based on the most specific match.CreateTransitGatewayRouteRequest.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId - The ID of the transit gateway route table.CreateTransitGatewayRouteRequest.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId - The ID of the attachment.CreateTransitGatewayRouteRequest.Builder blackhole(Boolean blackhole)
Indicates whether traffic matching this route is to be dropped.
blackhole - Indicates whether traffic matching this route is to be dropped.CreateTransitGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateTransitGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.