Interface DescribeIndexPoliciesResponse.Builder

    • Method Detail

      • indexPolicies

        DescribeIndexPoliciesResponse.Builder indexPolicies​(Collection<IndexPolicy> indexPolicies)

        An array containing the field index policies.

        Parameters:
        indexPolicies - An array containing the field index policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexPolicies

        DescribeIndexPoliciesResponse.Builder indexPolicies​(IndexPolicy... indexPolicies)

        An array containing the field index policies.

        Parameters:
        indexPolicies - An array containing the field index policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeIndexPoliciesResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.