@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMapRunRequest extends SfnRequest implements ToCopyableBuilder<UpdateMapRunRequest.Builder,UpdateMapRunRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMapRunRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMapRunRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mapRunArn()
The Amazon Resource Name (ARN) of a Map Run.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMapRunRequest.Builder> |
serializableBuilderClass() |
UpdateMapRunRequest.Builder |
toBuilder() |
Long |
toleratedFailureCount()
The maximum number of failed items before the Map Run fails.
|
Float |
toleratedFailurePercentage()
The maximum percentage of failed items before the Map Run fails.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String mapRunArn()
The Amazon Resource Name (ARN) of a Map Run.
public final 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.
public final Float toleratedFailurePercentage()
The maximum percentage of failed items before the Map Run fails.
public final Long toleratedFailureCount()
The maximum number of failed items before the Map Run fails.
public UpdateMapRunRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMapRunRequest.Builder,UpdateMapRunRequest>toBuilder in class SfnRequestpublic static UpdateMapRunRequest.Builder builder()
public static Class<? extends UpdateMapRunRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.