Interface ListFileSystemsRequest.Builder

  • Method Details

    • bucket

      Optional filter to list only file systems associated with the specified S3 bucket Amazon Resource Name (ARN). If provided, only file systems that provide access to this bucket will be returned in the response.

      Parameters:
      bucket - Optional filter to list only file systems associated with the specified S3 bucket Amazon Resource Name (ARN). If provided, only file systems that provide access to this bucket will be returned in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListFileSystemsRequest.Builder maxResults(Integer maxResults)

      The maximum number of file systems to return in a single response. If not specified, up to 100 file systems are returned.

      Parameters:
      maxResults - The maximum number of file systems to return in a single response. If not specified, up to 100 file systems are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListFileSystemsRequest.Builder nextToken(String nextToken)

      A pagination token returned from a previous call to continue listing file systems.

      Parameters:
      nextToken - A pagination token returned from a previous call to continue listing file systems.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListFileSystemsRequest.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.