Interface ListTagsForResourceRequest.Builder

    • Method Detail

      • resourceArn

        ListTagsForResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) for the resource that you want to list tags for.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) for the resource that you want to list tags for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagsForResourceRequest.Builder maxResults​(Integer maxResults)

        The maximum number of tags that you want to return in the response to a ListTagsForResource request. If you don't specify a value for MaxResults, Resolver returns up to 100 tags.

        Parameters:
        maxResults - The maximum number of tags that you want to return in the response to a ListTagsForResource request. If you don't specify a value for MaxResults, Resolver returns up to 100 tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceRequest.Builder nextToken​(String nextToken)

        For the first ListTagsForResource request, omit this value.

        If you have more than MaxResults tags, you can submit another ListTagsForResource request to get the next group of tags for the resource. In the next request, specify the value of NextToken from the previous response.

        Parameters:
        nextToken - For the first ListTagsForResource request, omit this value.

        If you have more than MaxResults tags, you can submit another ListTagsForResource request to get the next group of tags for the resource. In the next request, specify the value of NextToken from the previous response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.