public static interface CreateLocalGatewayRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateLocalGatewayRouteRequest.Builder,CreateLocalGatewayRouteRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateLocalGatewayRouteRequest.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.CreateLocalGatewayRouteRequest.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.CreateLocalGatewayRouteRequest.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
localGatewayVirtualInterfaceGroupId
- The ID of the virtual interface group.CreateLocalGatewayRouteRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.CreateLocalGatewayRouteRequest.Builder destinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock
. You cannot use
DestinationPrefixListId
and DestinationCidrBlock
in the same request.
destinationPrefixListId
- The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock
. You cannot
use DestinationPrefixListId
and DestinationCidrBlock
in the same request.CreateLocalGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateLocalGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.