Interface ListTagsRequest.Builder

    • Method Detail

      • resourceArn

        ListTagsRequest.Builder resourceArn​(String resourceArn)

        The stack or layer's Amazon Resource Number (ARN).

        Parameters:
        resourceArn - The stack or layer's Amazon Resource Number (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagsRequest.Builder maxResults​(Integer maxResults)

        Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.

        Parameters:
        maxResults - Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsRequest.Builder nextToken​(String nextToken)

        Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.

        Parameters:
        nextToken - Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.