Interface RemediationExecutionStep.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RemediationExecutionStep.Builder,
,RemediationExecutionStep> SdkBuilder<RemediationExecutionStep.Builder,
,RemediationExecutionStep> SdkPojo
- Enclosing class:
RemediationExecutionStep
public static interface RemediationExecutionStep.Builder
extends SdkPojo, CopyableBuilder<RemediationExecutionStep.Builder,RemediationExecutionStep>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) An error message if the step was interrupted during execution.The details of the step.The time when the step started.The valid status of the step.The valid status of the step.The time when the step stopped.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 Details
-
name
The details of the step.
- Parameters:
name
- The details of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The valid status of the step.
- Parameters:
state
- The valid status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The valid status of the step.
- Parameters:
state
- The valid status of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
An error message if the step was interrupted during execution.
- Parameters:
errorMessage
- An error message if the step was interrupted during execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time when the step started.
- Parameters:
startTime
- The time when the step started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopTime
The time when the step stopped.
- Parameters:
stopTime
- The time when the step stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-