Interface DescribeTagsRequest.Builder

    • Method Detail

      • maxItems

        DescribeTagsRequest.Builder maxItems​(Integer maxItems)

        (Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.

        Parameters:
        maxItems - (Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeTagsRequest.Builder marker​(String marker)

        (Optional) An opaque pagination token returned from a previous DescribeTags operation (String). If present, it specifies to continue the list from where the previous call left off.

        Parameters:
        marker - (Optional) An opaque pagination token returned from a previous DescribeTags operation (String). If present, it specifies to continue the list from where the previous call left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemId

        DescribeTagsRequest.Builder fileSystemId​(String fileSystemId)

        The ID of the file system whose tag set you want to retrieve.

        Parameters:
        fileSystemId - The ID of the file system whose tag set you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.