Interface Batch.Builder

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

@Mutable @NotThreadSafe public static interface Batch.Builder extends SdkPojo, CopyableBuilder<Batch.Builder,Batch>
  • Method Details

    • batchJobName

      Batch.Builder batchJobName(String batchJobName)

      The job name of the batch.

      Parameters:
      batchJobName - The job name of the batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • batchJobParameters

      Batch.Builder batchJobParameters(Map<String,String> batchJobParameters)

      The batch job parameters of the batch.

      Parameters:
      batchJobParameters - The batch job parameters of the batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportDataSetNames

      Batch.Builder exportDataSetNames(Collection<String> exportDataSetNames)

      The export data set names of the batch.

      Parameters:
      exportDataSetNames - The export data set names of the batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportDataSetNames

      Batch.Builder exportDataSetNames(String... exportDataSetNames)

      The export data set names of the batch.

      Parameters:
      exportDataSetNames - The export data set names of the batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.