Interface AwsJobAbortConfig.Builder

    • Method Detail

      • abortCriteriaList

        AwsJobAbortConfig.Builder abortCriteriaList​(Collection<AwsJobAbortCriteria> abortCriteriaList)

        The list of criteria that determine when and how to abort the job.

        Parameters:
        abortCriteriaList - The list of criteria that determine when and how to abort the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • abortCriteriaList

        AwsJobAbortConfig.Builder abortCriteriaList​(AwsJobAbortCriteria... abortCriteriaList)

        The list of criteria that determine when and how to abort the job.

        Parameters:
        abortCriteriaList - The list of criteria that determine when and how to abort the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.