Interface ListTagsForResourceRequest.Builder

    • Method Detail

      • resourceARN

        ListTagsForResourceRequest.Builder resourceARN​(String resourceARN)

        The ARN of the Amazon FSx resource that will have its tags listed.

        Parameters:
        resourceARN - The ARN of the Amazon FSx resource that will have its tags listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagsForResourceRequest.Builder maxResults​(Integer maxResults)

        Maximum number of tags to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

        Parameters:
        maxResults - Maximum number of tags to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceRequest.Builder nextToken​(String nextToken)

        Opaque pagination token returned from a previous ListTagsForResource operation (String). If a token present, the action continues the list from where the returning call left off.

        Parameters:
        nextToken - Opaque pagination token returned from a previous ListTagsForResource operation (String). If a token present, the action continues the list from where the returning call left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.