Interface ExecutionRedrivenEventDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExecutionRedrivenEventDetails.Builder,ExecutionRedrivenEventDetails>,SdkBuilder<ExecutionRedrivenEventDetails.Builder,ExecutionRedrivenEventDetails>,SdkPojo
- Enclosing class:
- ExecutionRedrivenEventDetails
public static interface ExecutionRedrivenEventDetails.Builder extends SdkPojo, CopyableBuilder<ExecutionRedrivenEventDetails.Builder,ExecutionRedrivenEventDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionRedrivenEventDetails.BuilderredriveCount(Integer redriveCount)The number of times you've redriven an execution.-
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
-
redriveCount
ExecutionRedrivenEventDetails.Builder redriveCount(Integer redriveCount)
The number of times you've redriven an execution. If you have not yet redriven an execution, the
redriveCountis 0. This count is not updated for redrives that failed to start or are pending to be redriven.- Parameters:
redriveCount- The number of times you've redriven an execution. If you have not yet redriven an execution, theredriveCountis 0. This count is not updated for redrives that failed to start or are pending to be redriven.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-