Interface MapRunRedrivenEventDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MapRunRedrivenEventDetails.Builder,MapRunRedrivenEventDetails>,SdkBuilder<MapRunRedrivenEventDetails.Builder,MapRunRedrivenEventDetails>,SdkPojo
- Enclosing class:
- MapRunRedrivenEventDetails
public static interface MapRunRedrivenEventDetails.Builder extends SdkPojo, CopyableBuilder<MapRunRedrivenEventDetails.Builder,MapRunRedrivenEventDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapRunRedrivenEventDetails.BuildermapRunArn(String mapRunArn)The Amazon Resource Name (ARN) of a Map Run that was redriven.MapRunRedrivenEventDetails.BuilderredriveCount(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, sdkFields
-
-
-
-
Method Detail
-
mapRunArn
MapRunRedrivenEventDetails.Builder mapRunArn(String 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
MapRunRedrivenEventDetails.Builder redriveCount(Integer 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.
-
-