Interface DeleteProxyRulesRequest.Builder

  • Method Details

    • proxyRuleGroupArn

      DeleteProxyRulesRequest.Builder proxyRuleGroupArn(String proxyRuleGroupArn)

      The Amazon Resource Name (ARN) of a proxy rule group.

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

      Parameters:
      proxyRuleGroupArn - The Amazon Resource Name (ARN) of a proxy rule group.

      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.
    • proxyRuleGroupName

      DeleteProxyRulesRequest.Builder proxyRuleGroupName(String proxyRuleGroupName)

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

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

      Parameters:
      proxyRuleGroupName - The descriptive name of the proxy rule group. You can't change the name of a proxy rule group 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.
    • rules

      The proxy rule(s) to remove from the existing proxy rule group.

      Parameters:
      rules - The proxy rule(s) to remove from the existing proxy rule group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rules

      The proxy rule(s) to remove from the existing proxy rule group.

      Parameters:
      rules - The proxy rule(s) to remove from the existing proxy rule group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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