Interface Batch.Builder

    • Method Detail

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