Interface FileBatchJobIdentifier.Builder

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

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

    • fileName

      The file name for the batch job identifier.

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

      FileBatchJobIdentifier.Builder folderPath(String folderPath)

      The relative path to the file name for the batch job identifier.

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