Interface DeleteFileSystemRequest.Builder

  • Method Details

    • fileSystemId

      DeleteFileSystemRequest.Builder fileSystemId(String fileSystemId)

      The ID or Amazon Resource Name (ARN) of the S3 File System to delete.

      Parameters:
      fileSystemId - The ID or Amazon Resource Name (ARN) of the S3 File System to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceDelete

      DeleteFileSystemRequest.Builder forceDelete(Boolean forceDelete)

      If true, allows deletion of a file system that contains data pending export to S3. If false (the default), the deletion will fail if there is data that has not yet been exported to the S3 bucket. Use this parameter with caution as it may result in data loss.

      Parameters:
      forceDelete - If true, allows deletion of a file system that contains data pending export to S3. If false (the default), the deletion will fail if there is data that has not yet been exported to the S3 bucket. Use this parameter with caution as it may result in data loss.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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