Interface ListTerminologiesResponse.Builder

    • Method Detail

      • terminologyPropertiesList

        ListTerminologiesResponse.Builder terminologyPropertiesList​(Collection<TerminologyProperties> terminologyPropertiesList)

        The properties list of the custom terminologies returned on the list request.

        Parameters:
        terminologyPropertiesList - The properties list of the custom terminologies returned on the list request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • terminologyPropertiesList

        ListTerminologiesResponse.Builder terminologyPropertiesList​(TerminologyProperties... terminologyPropertiesList)

        The properties list of the custom terminologies returned on the list request.

        Parameters:
        terminologyPropertiesList - The properties list of the custom terminologies returned on the list request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTerminologiesResponse.Builder nextToken​(String nextToken)

        If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

        Parameters:
        nextToken - If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.