Interface ListTagsRequest.Builder

    • Method Detail

      • resourceArn

        ListTagsRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

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

        ListTagsRequest.Builder nextToken​(String nextToken)

        If the response to the previous ListTags request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.

        Parameters:
        nextToken - If the response to the previous ListTags request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagsRequest.Builder maxResults​(Integer maxResults)

        Maximum number of tags to return.

        Parameters:
        maxResults - Maximum number of tags to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.