public class AwsJobAbortConfig
extends java.lang.Object
implements java.io.Serializable
The criteria that determine when and how a job abort takes place.
| Constructor and Description |
|---|
AwsJobAbortConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AwsJobAbortCriteria> |
getAbortCriteriaList()
The list of criteria that determine when and how to abort the job.
|
int |
hashCode() |
void |
setAbortCriteriaList(java.util.Collection<AwsJobAbortCriteria> abortCriteriaList)
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.
|
AwsJobAbortConfig |
withAbortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
AwsJobAbortConfig |
withAbortCriteriaList(java.util.Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
public java.util.List<AwsJobAbortCriteria> getAbortCriteriaList()
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 setAbortCriteriaList(java.util.Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
abortCriteriaList - The list of criteria that determine when and how to abort the job.
public AwsJobAbortConfig withAbortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)
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.
abortCriteriaList - The list of criteria that determine when and how to abort the job.
public AwsJobAbortConfig withAbortCriteriaList(java.util.Collection<AwsJobAbortCriteria> abortCriteriaList)
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.
abortCriteriaList - The list of criteria that determine when and how to abort the job.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.