public class AbortConfig
extends java.lang.Object
implements java.io.Serializable
The criteria that determine when and how a job abort takes place.
Constructor and Description |
---|
AbortConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AbortCriteria> |
getCriteriaList()
The list of criteria that determine when and how to abort the job.
|
int |
hashCode() |
void |
setCriteriaList(java.util.Collection<AbortCriteria> criteriaList)
The list of criteria that determine when and how to abort the job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AbortConfig |
withCriteriaList(AbortCriteria... criteriaList)
The list of criteria that determine when and how to abort the job.
|
AbortConfig |
withCriteriaList(java.util.Collection<AbortCriteria> criteriaList)
The list of criteria that determine when and how to abort the job.
|
public java.util.List<AbortCriteria> getCriteriaList()
The list of criteria that determine when and how to abort the job.
The list of criteria that determine when and how to abort the job.
public void setCriteriaList(java.util.Collection<AbortCriteria> criteriaList)
The list of criteria that determine when and how to abort the job.
criteriaList
- The list of criteria that determine when and how to abort the job.
public AbortConfig withCriteriaList(AbortCriteria... criteriaList)
The list of criteria that determine when and how to abort the job.
Returns a reference to this object so that method calls can be chained together.
criteriaList
- The list of criteria that determine when and how to abort the job.
public AbortConfig withCriteriaList(java.util.Collection<AbortCriteria> criteriaList)
The list of criteria that determine when and how to abort the job.
Returns a reference to this object so that method calls can be chained together.
criteriaList
- The list of criteria that determine when and how to abort the job.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.