Interface DescribeFileSystemsRequest.Builder

    • Method Detail

      • fileSystemIds

        DescribeFileSystemsRequest.Builder fileSystemIds​(Collection<String> fileSystemIds)

        IDs of the file systems whose descriptions you want to retrieve (String).

        Parameters:
        fileSystemIds - IDs of the file systems whose descriptions you want to retrieve (String).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemIds

        DescribeFileSystemsRequest.Builder fileSystemIds​(String... fileSystemIds)

        IDs of the file systems whose descriptions you want to retrieve (String).

        Parameters:
        fileSystemIds - IDs of the file systems whose descriptions you want to retrieve (String).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeFileSystemsRequest.Builder maxResults​(Integer maxResults)

        Maximum number of file systems 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 file systems 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

        DescribeFileSystemsRequest.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - Opaque pagination token returned from a previous DescribeFileSystems operation (String). If a token present, the operation 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.