Interface DescribeFileSystemsResponse.Builder

    • Method Detail

      • marker

        DescribeFileSystemsResponse.Builder marker​(String marker)

        Present if provided by caller in the request (String).

        Parameters:
        marker - Present if provided by caller in the request (String).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystems

        DescribeFileSystemsResponse.Builder fileSystems​(FileSystemDescription... 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.
      • nextMarker

        DescribeFileSystemsResponse.Builder nextMarker​(String nextMarker)

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

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