Interface RateBasedStatementCustomKey.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RateBasedStatementCustomKey.Builder,RateBasedStatementCustomKey>, SdkBuilder<RateBasedStatementCustomKey.Builder,RateBasedStatementCustomKey>, SdkPojo
Enclosing class:
RateBasedStatementCustomKey

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

    • header

      Use the value of a header in the request as an aggregate key. Each distinct value in the header contributes to the aggregation instance. If you use a single header as your custom key, then each value fully defines an aggregation instance.

      Parameters:
      header - Use the value of a header in the request as an aggregate key. Each distinct value in the header contributes to the aggregation instance. If you use a single header as your custom key, then each value fully defines an aggregation instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • header

      Use the value of a header in the request as an aggregate key. Each distinct value in the header contributes to the aggregation instance. If you use a single header as your custom key, then each value fully defines an aggregation instance.

      This is a convenience method that creates an instance of the RateLimitHeader.Builder avoiding the need to create one manually via RateLimitHeader.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to header(RateLimitHeader).

      Parameters:
      header - a consumer that will call methods on RateLimitHeader.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cookie

      Use the value of a cookie in the request as an aggregate key. Each distinct value in the cookie contributes to the aggregation instance. If you use a single cookie as your custom key, then each value fully defines an aggregation instance.

      Parameters:
      cookie - Use the value of a cookie in the request as an aggregate key. Each distinct value in the cookie contributes to the aggregation instance. If you use a single cookie as your custom key, then each value fully defines an aggregation instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cookie

      Use the value of a cookie in the request as an aggregate key. Each distinct value in the cookie contributes to the aggregation instance. If you use a single cookie as your custom key, then each value fully defines an aggregation instance.

      This is a convenience method that creates an instance of the RateLimitCookie.Builder avoiding the need to create one manually via RateLimitCookie.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to cookie(RateLimitCookie).

      Parameters:
      cookie - a consumer that will call methods on RateLimitCookie.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queryArgument

      Use the specified query argument as an aggregate key. Each distinct value for the named query argument contributes to the aggregation instance. If you use a single query argument as your custom key, then each value fully defines an aggregation instance.

      Parameters:
      queryArgument - Use the specified query argument as an aggregate key. Each distinct value for the named query argument contributes to the aggregation instance. If you use a single query argument as your custom key, then each value fully defines an aggregation instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryArgument

      Use the specified query argument as an aggregate key. Each distinct value for the named query argument contributes to the aggregation instance. If you use a single query argument as your custom key, then each value fully defines an aggregation instance.

      This is a convenience method that creates an instance of the RateLimitQueryArgument.Builder avoiding the need to create one manually via RateLimitQueryArgument.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to queryArgument(RateLimitQueryArgument).

      Parameters:
      queryArgument - a consumer that will call methods on RateLimitQueryArgument.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queryString

      Use the request's query string as an aggregate key. Each distinct string contributes to the aggregation instance. If you use just the query string as your custom key, then each string fully defines an aggregation instance.

      Parameters:
      queryString - Use the request's query string as an aggregate key. Each distinct string contributes to the aggregation instance. If you use just the query string as your custom key, then each string fully defines an aggregation instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryString

      Use the request's query string as an aggregate key. Each distinct string contributes to the aggregation instance. If you use just the query string as your custom key, then each string fully defines an aggregation instance.

      This is a convenience method that creates an instance of the RateLimitQueryString.Builder avoiding the need to create one manually via RateLimitQueryString.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to queryString(RateLimitQueryString).

      Parameters:
      queryString - a consumer that will call methods on RateLimitQueryString.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • httpMethod

      Use the request's HTTP method as an aggregate key. Each distinct HTTP method contributes to the aggregation instance. If you use just the HTTP method as your custom key, then each method fully defines an aggregation instance.

      Parameters:
      httpMethod - Use the request's HTTP method as an aggregate key. Each distinct HTTP method contributes to the aggregation instance. If you use just the HTTP method as your custom key, then each method fully defines an aggregation instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • httpMethod

      Use the request's HTTP method as an aggregate key. Each distinct HTTP method contributes to the aggregation instance. If you use just the HTTP method as your custom key, then each method fully defines an aggregation instance.

      This is a convenience method that creates an instance of the RateLimitHTTPMethod.Builder avoiding the need to create one manually via RateLimitHTTPMethod.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to httpMethod(RateLimitHTTPMethod).

      Parameters:
      httpMethod - a consumer that will call methods on RateLimitHTTPMethod.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • forwardedIP

      Use the first IP address in an HTTP header as an aggregate key. Each distinct forwarded IP address contributes to the aggregation instance.

      When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the forwarded IP address by specifying FORWARDED_IP in your rate-based statement's AggregateKeyType.

      With this option, you must specify the header to use in the rate-based rule's ForwardedIPConfig property.

      Parameters:
      forwardedIP - Use the first IP address in an HTTP header as an aggregate key. Each distinct forwarded IP address contributes to the aggregation instance.

      When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the forwarded IP address by specifying FORWARDED_IP in your rate-based statement's AggregateKeyType.

      With this option, you must specify the header to use in the rate-based rule's ForwardedIPConfig property.

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

      Use the first IP address in an HTTP header as an aggregate key. Each distinct forwarded IP address contributes to the aggregation instance.

      When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the forwarded IP address by specifying FORWARDED_IP in your rate-based statement's AggregateKeyType.

      With this option, you must specify the header to use in the rate-based rule's ForwardedIPConfig property.

      This is a convenience method that creates an instance of the RateLimitForwardedIP.Builder avoiding the need to create one manually via RateLimitForwardedIP.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to forwardedIP(RateLimitForwardedIP).

      Parameters:
      forwardedIP - a consumer that will call methods on RateLimitForwardedIP.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ip

      Use the request's originating IP address as an aggregate key. Each distinct IP address contributes to the aggregation instance.

      When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the IP address by specifying IP in your rate-based statement's AggregateKeyType.

      Parameters:
      ip - Use the request's originating IP address as an aggregate key. Each distinct IP address contributes to the aggregation instance.

      When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the IP address by specifying IP in your rate-based statement's AggregateKeyType.

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

      Use the request's originating IP address as an aggregate key. Each distinct IP address contributes to the aggregation instance.

      When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the IP address by specifying IP in your rate-based statement's AggregateKeyType.

      This is a convenience method that creates an instance of the RateLimitIP.Builder avoiding the need to create one manually via RateLimitIP.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ip(RateLimitIP).

      Parameters:
      ip - a consumer that will call methods on RateLimitIP.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • labelNamespace

      Use the specified label namespace as an aggregate key. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance.

      This uses only labels that have been added to the request by rules that are evaluated before this rate-based rule in the web ACL.

      For information about label namespaces and names, see Label syntax and naming requirements in the WAF Developer Guide.

      Parameters:
      labelNamespace - Use the specified label namespace as an aggregate key. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance.

      This uses only labels that have been added to the request by rules that are evaluated before this rate-based rule in the web ACL.

      For information about label namespaces and names, see Label syntax and naming requirements in the WAF Developer Guide.

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

      Use the specified label namespace as an aggregate key. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance.

      This uses only labels that have been added to the request by rules that are evaluated before this rate-based rule in the web ACL.

      For information about label namespaces and names, see Label syntax and naming requirements in the WAF Developer Guide.

      This is a convenience method that creates an instance of the RateLimitLabelNamespace.Builder avoiding the need to create one manually via RateLimitLabelNamespace.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to labelNamespace(RateLimitLabelNamespace).

      Parameters:
      labelNamespace - a consumer that will call methods on RateLimitLabelNamespace.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • uriPath

      Use the request's URI path as an aggregate key. Each distinct URI path contributes to the aggregation instance. If you use just the URI path as your custom key, then each URI path fully defines an aggregation instance.

      Parameters:
      uriPath - Use the request's URI path as an aggregate key. Each distinct URI path contributes to the aggregation instance. If you use just the URI path as your custom key, then each URI path fully defines an aggregation instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uriPath

      Use the request's URI path as an aggregate key. Each distinct URI path contributes to the aggregation instance. If you use just the URI path as your custom key, then each URI path fully defines an aggregation instance.

      This is a convenience method that creates an instance of the RateLimitUriPath.Builder avoiding the need to create one manually via RateLimitUriPath.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to uriPath(RateLimitUriPath).

      Parameters:
      uriPath - a consumer that will call methods on RateLimitUriPath.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: