Interface MapRunRedrivenEventDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MapRunRedrivenEventDetails.Builder,
,MapRunRedrivenEventDetails> SdkBuilder<MapRunRedrivenEventDetails.Builder,
,MapRunRedrivenEventDetails> SdkPojo
- Enclosing class:
MapRunRedrivenEventDetails
@Mutable
@NotThreadSafe
public static interface MapRunRedrivenEventDetails.Builder
extends SdkPojo, CopyableBuilder<MapRunRedrivenEventDetails.Builder,MapRunRedrivenEventDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of a Map Run that was redriven.redriveCount
(Integer redriveCount) The number of times the Map Run has been redriven at this point in the execution's history including this event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mapRunArn
The Amazon Resource Name (ARN) of a Map Run that was redriven.
- Parameters:
mapRunArn
- The Amazon Resource Name (ARN) of a Map Run that was redriven.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redriveCount
The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
- Parameters:
redriveCount
- The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-