Interface DescribeProxyRuleRequest.Builder

  • Method Details

    • proxyRuleName

      DescribeProxyRuleRequest.Builder proxyRuleName(String proxyRuleName)

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

      Parameters:
      proxyRuleName - The descriptive name of the proxy rule. You can't change the name of a proxy rule after you create it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • proxyRuleGroupName

      DescribeProxyRuleRequest.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.
    • proxyRuleGroupArn

      DescribeProxyRuleRequest.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.
    • overrideConfiguration

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