public static interface ModifyLocalGatewayRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyLocalGatewayRouteRequest.Builder,ModifyLocalGatewayRouteRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyLocalGatewayRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.
destinationCidrBlock - The CIDR block used for destination matches. The value that you provide must match the CIDR of an
existing route in the table.ModifyLocalGatewayRouteRequest.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.ModifyLocalGatewayRouteRequest.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)
The ID of the virtual interface group.
localGatewayVirtualInterfaceGroupId - The ID of the virtual interface group.ModifyLocalGatewayRouteRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.ModifyLocalGatewayRouteRequest.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.ModifyLocalGatewayRouteRequest.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.ModifyLocalGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyLocalGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.