Interface ListTagsRequest.Builder

    • Method Detail

      • resourceId

        ListTagsRequest.Builder resourceId​(String resourceId)

        The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.

        Parameters:
        resourceId - The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsRequest.Builder nextToken​(String nextToken)

        The NextToken value that you received in the previous response. Use this value to get more tags.

        Parameters:
        nextToken - The NextToken value that you received in the previous response. Use this value to get more tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.

        Parameters:
        maxResults - The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.