Interface ListFieldsResponse.Builder

    • Method Detail

      • fields

        ListFieldsResponse.Builder fields​(Collection<FieldSummary> fields)

        List of detailed field information.

        Parameters:
        fields - List of detailed field information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        ListFieldsResponse.Builder fields​(FieldSummary... fields)

        List of detailed field information.

        Parameters:
        fields - List of detailed field information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFieldsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. This is null if there are no more results to return.

        Parameters:
        nextToken - The token for the next set of results. This is null if there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.