public static interface RemediationExecutionStep.Builder extends SdkPojo, CopyableBuilder<RemediationExecutionStep.Builder,RemediationExecutionStep>
| Modifier and Type | Method and Description |
|---|---|
RemediationExecutionStep.Builder |
errorMessage(String errorMessage)
An error message if the step was interrupted during execution.
|
RemediationExecutionStep.Builder |
name(String name)
The details of the step.
|
RemediationExecutionStep.Builder |
startTime(Instant startTime)
The time when the step started.
|
RemediationExecutionStep.Builder |
state(RemediationExecutionStepState state)
The valid status of the step.
|
RemediationExecutionStep.Builder |
state(String state)
The valid status of the step.
|
RemediationExecutionStep.Builder |
stopTime(Instant stopTime)
The time when the step stopped.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRemediationExecutionStep.Builder name(String name)
The details of the step.
name - The details of the step.RemediationExecutionStep.Builder state(String state)
The valid status of the step.
state - The valid status of the step.RemediationExecutionStepState,
RemediationExecutionStepStateRemediationExecutionStep.Builder state(RemediationExecutionStepState state)
The valid status of the step.
state - The valid status of the step.RemediationExecutionStepState,
RemediationExecutionStepStateRemediationExecutionStep.Builder errorMessage(String errorMessage)
An error message if the step was interrupted during execution.
errorMessage - An error message if the step was interrupted during execution.RemediationExecutionStep.Builder startTime(Instant startTime)
The time when the step started.
startTime - The time when the step started.RemediationExecutionStep.Builder stopTime(Instant stopTime)
The time when the step stopped.
stopTime - The time when the step stopped.Copyright © 2023. All rights reserved.