Interface DescribeFileSystemsRequest.Builder

    • Method Detail

      • maxItems

        DescribeFileSystemsRequest.Builder maxItems​(Integer maxItems)

        (Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.

        Parameters:
        maxItems - (Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeFileSystemsRequest.Builder marker​(String marker)

        (Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String). If present, specifies to continue the list from where the returning call had left off.

        Parameters:
        marker - (Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String). If present, specifies to continue the list from where the returning call had left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationToken

        DescribeFileSystemsRequest.Builder creationToken​(String creationToken)

        (Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.

        Parameters:
        creationToken - (Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemId

        DescribeFileSystemsRequest.Builder fileSystemId​(String fileSystemId)

        (Optional) ID of the file system whose description you want to retrieve (String).

        Parameters:
        fileSystemId - (Optional) ID of the file system whose description you want to retrieve (String).
        Returns:
        Returns a reference to this object so that method calls can be chained together.