Interface DeleteProxyRequest.Builder

  • Method Details

    • natGatewayId

      DeleteProxyRequest.Builder natGatewayId(String natGatewayId)

      The NAT Gateway the proxy is attached to.

      Parameters:
      natGatewayId - The NAT Gateway the proxy is attached to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • proxyName

      DeleteProxyRequest.Builder proxyName(String proxyName)

      The descriptive name of the proxy. You can't change the name of a proxy after you create it.

      You must specify the ARN or the name, and you can specify both.

      Parameters:
      proxyName - The descriptive name of the proxy. You can't change the name of a proxy after you create it.

      You must specify the ARN or the name, and you can specify both.

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

      DeleteProxyRequest.Builder proxyArn(String proxyArn)

      The Amazon Resource Name (ARN) of a proxy.

      You must specify the ARN or the name, and you can specify both.

      Parameters:
      proxyArn - The Amazon Resource Name (ARN) of a proxy.

      You must specify the ARN or the name, and you can specify both.

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

      DeleteProxyRequest.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.