Interface ListFieldOptionsResponse.Builder

    • Method Detail

      • nextToken

        ListFieldOptionsResponse.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.
      • options

        ListFieldOptionsResponse.Builder options​(FieldOption... options)

        A list of FieldOption objects.

        Parameters:
        options - A list of FieldOption objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.