Interface DescribeFieldIndexesResponse.Builder

    • Method Detail

      • fieldIndexes

        DescribeFieldIndexesResponse.Builder fieldIndexes​(Collection<FieldIndex> fieldIndexes)

        An array containing the field index information.

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

        DescribeFieldIndexesResponse.Builder fieldIndexes​(FieldIndex... fieldIndexes)

        An array containing the field index information.

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

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