Interface DescribeFileSystemsResponse.Builder

    • Method Detail

      • fileSystems

        DescribeFileSystemsResponse.Builder fileSystems​(Collection<FileSystem> fileSystems)

        An array of file system descriptions.

        Parameters:
        fileSystems - An array of file system descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystems

        DescribeFileSystemsResponse.Builder fileSystems​(FileSystem... fileSystems)

        An array of file system descriptions.

        Parameters:
        fileSystems - An array of file system descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFileSystemsResponse.Builder nextToken​(String nextToken)

        Present if there are more file systems than returned in the response (String). You can use the NextToken value in the later request to fetch the descriptions.

        Parameters:
        nextToken - Present if there are more file systems than returned in the response (String). You can use the NextToken value in the later request to fetch the descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.