public static interface DeleteLocalGatewayRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteLocalGatewayRouteRequest.Builder,DeleteLocalGatewayRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteLocalGatewayRouteRequest.Builder |
destinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route.
|
DeleteLocalGatewayRouteRequest.Builder |
destinationPrefixListId(String destinationPrefixListId)
Use a prefix list in place of
DestinationCidrBlock. |
DeleteLocalGatewayRouteRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteLocalGatewayRouteRequest.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
DeleteLocalGatewayRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteLocalGatewayRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteLocalGatewayRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The CIDR range for the route. This must match the CIDR for the route exactly.
destinationCidrBlock - The CIDR range for the route. This must match the CIDR for the route exactly.DeleteLocalGatewayRouteRequest.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.DeleteLocalGatewayRouteRequest.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.DeleteLocalGatewayRouteRequest.Builder destinationPrefixListId(String destinationPrefixListId)
Use a prefix list in place of DestinationCidrBlock. You cannot use
DestinationPrefixListId and DestinationCidrBlock in the same request.
destinationPrefixListId - Use a prefix list in place of DestinationCidrBlock. You cannot use
DestinationPrefixListId and DestinationCidrBlock in the same request.DeleteLocalGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteLocalGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.