Interface ListTagsForResourceRequest.Builder

    • Method Detail

      • resourceId

        ListTagsForResourceRequest.Builder resourceId​(String resourceId)

        Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.

        Parameters:
        resourceId - Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagsForResourceRequest.Builder maxResults​(Integer maxResults)

        (Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.

        Parameters:
        maxResults - (Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceRequest.Builder nextToken​(String nextToken)

        (Optional) You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.

        Parameters:
        nextToken - (Optional) You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.