@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMapRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMapRunRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMapRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMapRunArn()
The Amazon Resource Name (ARN) of a Map Run.
|
Integer |
getMaxConcurrency()
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the
same time.
|
Long |
getToleratedFailureCount()
The maximum number of failed items before the Map Run fails.
|
Float |
getToleratedFailurePercentage()
The maximum percentage of failed items before the Map Run fails.
|
int |
hashCode() |
void |
setMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run.
|
void |
setMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the
same time.
|
void |
setToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed items before the Map Run fails.
|
void |
setToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed items before the Map Run fails.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMapRunRequest |
withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run.
|
UpdateMapRunRequest |
withMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the
same time.
|
UpdateMapRunRequest |
withToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed items before the Map Run fails.
|
UpdateMapRunRequest |
withToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed items before the Map Run fails.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run.
mapRunArn
- The Amazon Resource Name (ARN) of a Map Run.public String getMapRunArn()
The Amazon Resource Name (ARN) of a Map Run.
public UpdateMapRunRequest withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run.
mapRunArn
- The Amazon Resource Name (ARN) of a Map Run.public void setMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
maxConcurrency
- The maximum number of child workflow executions that can be specified to run in parallel for the Map Run
at the same time.public Integer getMaxConcurrency()
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
public UpdateMapRunRequest withMaxConcurrency(Integer maxConcurrency)
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
maxConcurrency
- The maximum number of child workflow executions that can be specified to run in parallel for the Map Run
at the same time.public void setToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed items before the Map Run fails.
toleratedFailurePercentage
- The maximum percentage of failed items before the Map Run fails.public Float getToleratedFailurePercentage()
The maximum percentage of failed items before the Map Run fails.
public UpdateMapRunRequest withToleratedFailurePercentage(Float toleratedFailurePercentage)
The maximum percentage of failed items before the Map Run fails.
toleratedFailurePercentage
- The maximum percentage of failed items before the Map Run fails.public void setToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed items before the Map Run fails.
toleratedFailureCount
- The maximum number of failed items before the Map Run fails.public Long getToleratedFailureCount()
The maximum number of failed items before the Map Run fails.
public UpdateMapRunRequest withToleratedFailureCount(Long toleratedFailureCount)
The maximum number of failed items before the Map Run fails.
toleratedFailureCount
- The maximum number of failed items before the Map Run fails.public String toString()
toString
in class Object
Object.toString()
public UpdateMapRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()