Interface QueryStringObject.Builder

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

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

    • option

      Indicates whether the distribution forwards and caches based on query strings.

      Parameters:
      option - Indicates whether the distribution forwards and caches based on query strings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryStringsAllowList

      QueryStringObject.Builder queryStringsAllowList(Collection<String> queryStringsAllowList)

      The specific query strings that the distribution forwards to the origin.

      Your distribution will cache content based on the specified query strings.

      If the option parameter is true, then your distribution forwards all query strings, regardless of what you specify using the queryStringsAllowList parameter.

      Parameters:
      queryStringsAllowList - The specific query strings that the distribution forwards to the origin.

      Your distribution will cache content based on the specified query strings.

      If the option parameter is true, then your distribution forwards all query strings, regardless of what you specify using the queryStringsAllowList parameter.

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

      QueryStringObject.Builder queryStringsAllowList(String... queryStringsAllowList)

      The specific query strings that the distribution forwards to the origin.

      Your distribution will cache content based on the specified query strings.

      If the option parameter is true, then your distribution forwards all query strings, regardless of what you specify using the queryStringsAllowList parameter.

      Parameters:
      queryStringsAllowList - The specific query strings that the distribution forwards to the origin.

      Your distribution will cache content based on the specified query strings.

      If the option parameter is true, then your distribution forwards all query strings, regardless of what you specify using the queryStringsAllowList parameter.

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