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 |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
DeleteLocalGatewayRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteLocalGatewayRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteLocalGatewayRouteRequest.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 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.Builder
DeleteLocalGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.