@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobExecutionsRetryConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration that determines how many retries are allowed for each failure type for a job.
Constructor and Description |
---|
JobExecutionsRetryConfig() |
Modifier and Type | Method and Description |
---|---|
JobExecutionsRetryConfig |
clone() |
boolean |
equals(Object obj) |
List<RetryCriteria> |
getCriteriaList()
The list of criteria that determines how many retries are allowed for each failure type for a job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCriteriaList(Collection<RetryCriteria> criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
|
String |
toString()
Returns a string representation of this object.
|
JobExecutionsRetryConfig |
withCriteriaList(Collection<RetryCriteria> criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
|
JobExecutionsRetryConfig |
withCriteriaList(RetryCriteria... criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
|
public List<RetryCriteria> getCriteriaList()
The list of criteria that determines how many retries are allowed for each failure type for a job.
public void setCriteriaList(Collection<RetryCriteria> criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
criteriaList
- The list of criteria that determines how many retries are allowed for each failure type for a job.public JobExecutionsRetryConfig withCriteriaList(RetryCriteria... criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
NOTE: This method appends the values to the existing list (if any). Use
setCriteriaList(java.util.Collection)
or withCriteriaList(java.util.Collection)
if you want to
override the existing values.
criteriaList
- The list of criteria that determines how many retries are allowed for each failure type for a job.public JobExecutionsRetryConfig withCriteriaList(Collection<RetryCriteria> criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
criteriaList
- The list of criteria that determines how many retries are allowed for each failure type for a job.public String toString()
toString
in class Object
Object.toString()
public JobExecutionsRetryConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.