public static interface ReplaceTransitGatewayRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReplaceTransitGatewayRouteRequest.Builder,ReplaceTransitGatewayRouteRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReplaceTransitGatewayRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The CIDR range used for the destination match. Routing decisions are based on the most specific match.
destinationCidrBlock - The CIDR range used for the destination match. Routing decisions are based on the most specific match.ReplaceTransitGatewayRouteRequest.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table.
transitGatewayRouteTableId - The ID of the route table.ReplaceTransitGatewayRouteRequest.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
transitGatewayAttachmentId - The ID of the attachment.ReplaceTransitGatewayRouteRequest.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.ReplaceTransitGatewayRouteRequest.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.ReplaceTransitGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReplaceTransitGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.