Interface GetTagsRequest.Builder

    • Method Detail

      • resourceArn

        GetTagsRequest.Builder resourceArn​(String resourceArn)

        The ARN of a resource that can be tagged.

        Parameters:
        resourceArn - The ARN of a resource that can be tagged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • position

        GetTagsRequest.Builder position​(String position)

        (Not currently supported) The current pagination position in the paged result set.

        Parameters:
        position - (Not currently supported) The current pagination position in the paged result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        GetTagsRequest.Builder limit​(Integer limit)

        (Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

        Parameters:
        limit - (Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
        Returns:
        Returns a reference to this object so that method calls can be chained together.