public static interface CreateTransitGatewayRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteRequest.Builder,CreateTransitGatewayRouteRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 to drop traffic that matches this route.
blackhole - Indicates whether to drop traffic that matches this route.CreateTransitGatewayRouteRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.CreateTransitGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.