Interface ListTagOptionsResponse.Builder

    • Method Detail

      • tagOptionDetails

        ListTagOptionsResponse.Builder tagOptionDetails​(Collection<TagOptionDetail> tagOptionDetails)

        Information about the TagOptions.

        Parameters:
        tagOptionDetails - Information about the TagOptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagOptionDetails

        ListTagOptionsResponse.Builder tagOptionDetails​(TagOptionDetail... tagOptionDetails)

        Information about the TagOptions.

        Parameters:
        tagOptionDetails - Information about the TagOptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageToken

        ListTagOptionsResponse.Builder pageToken​(String pageToken)

        The page token for the next set of results. To retrieve the first set of results, use null.

        Parameters:
        pageToken - The page token for the next set of results. To retrieve the first set of results, use null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.