Interface ListTagsForResourceRequest.Builder

    • Method Detail

      • arn

        ListTagsForResourceRequest.Builder arn​(String arn)

        Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

        Parameters:
        arn - Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagsForResourceRequest.Builder maxResults​(Integer maxResults)

        Specifies the number of tags to return as a response to the ListTagsForResource request.

        Parameters:
        maxResults - Specifies the number of tags to return as a response to the ListTagsForResource request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceRequest.Builder nextToken​(String nextToken)

        When you request additional results from the ListTagsForResource operation, a NextToken parameter is returned in the input. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.

        Parameters:
        nextToken - When you request additional results from the ListTagsForResource operation, a NextToken parameter is returned in the input. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.