Interface DescribeFileSystemsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>, EfsRequest.Builder, SdkBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeFileSystemsRequest

public static interface DescribeFileSystemsRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
  • Method Details

    • 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

      (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.
    • overrideConfiguration

      DescribeFileSystemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.