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 |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteLocalGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.