Interface CreateClientVpnRouteRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateClientVpnRouteRequest.Builder,CreateClientVpnRouteRequest>, Ec2Request.Builder, SdkBuilder<CreateClientVpnRouteRequest.Builder,CreateClientVpnRouteRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateClientVpnRouteRequest

public static interface CreateClientVpnRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateClientVpnRouteRequest.Builder,CreateClientVpnRouteRequest>
  • Method Details

    • clientVpnEndpointId

      CreateClientVpnRouteRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)

      The ID of the Client VPN endpoint to which to add the route.

      Parameters:
      clientVpnEndpointId - The ID of the Client VPN endpoint to which to add the route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationCidrBlock

      CreateClientVpnRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)

      The IPv4 address range, in CIDR notation, of the route destination. For example:

      • To add a route for Internet access, enter 0.0.0.0/0

      • To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range

      • To add a route for an on-premises network, enter the Amazon Web Services Site-to-Site VPN connection's IPv4 CIDR range

      • To add a route for the local network, enter the client CIDR range

      Parameters:
      destinationCidrBlock - The IPv4 address range, in CIDR notation, of the route destination. For example:

      • To add a route for Internet access, enter 0.0.0.0/0

      • To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range

      • To add a route for an on-premises network, enter the Amazon Web Services Site-to-Site VPN connection's IPv4 CIDR range

      • To add a route for the local network, enter the client CIDR range

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetVpcSubnetId

      CreateClientVpnRouteRequest.Builder targetVpcSubnetId(String targetVpcSubnetId)

      The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.

      Alternatively, if you're adding a route for the local network, specify local.

      Parameters:
      targetVpcSubnetId - The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.

      Alternatively, if you're adding a route for the local network, specify local.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateClientVpnRouteRequest.Builder description(String description)

      A brief description of the route.

      Parameters:
      description - A brief description of the route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateClientVpnRouteRequest.Builder clientToken(String clientToken)

      Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

      Parameters:
      clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateClientVpnRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.