Interface FileBatchJobDefinition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FileBatchJobDefinition.Builder,FileBatchJobDefinition>, SdkBuilder<FileBatchJobDefinition.Builder,FileBatchJobDefinition>, SdkPojo
Enclosing class:
FileBatchJobDefinition

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

    • fileName

      The name of the file containing the batch job definition.

      Parameters:
      fileName - The name of the file containing the batch job definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • folderPath

      FileBatchJobDefinition.Builder folderPath(String folderPath)

      The path to the file containing the batch job definition.

      Parameters:
      folderPath - The path to the file containing the batch job definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.