Interface ConditionExecution.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConditionExecution.Builder,
,ConditionExecution> SdkBuilder<ConditionExecution.Builder,
,ConditionExecution> SdkPojo
- Enclosing class:
ConditionExecution
public static interface ConditionExecution.Builder
extends SdkPojo, CopyableBuilder<ConditionExecution.Builder,ConditionExecution>
-
Method Summary
Modifier and TypeMethodDescriptionlastStatusChange
(Instant lastStatusChange) The last status change of the condition.The status of the run for a condition.status
(ConditionExecutionStatus status) The status of the run for a condition.The summary of information about a run for a condition.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
-
status
The status of the run for a condition.
- Parameters:
status
- The status of the run for a condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the run for a condition.
- Parameters:
status
- The status of the run for a condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
summary
The summary of information about a run for a condition.
- Parameters:
summary
- The summary of information about a run for a condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastStatusChange
The last status change of the condition.
- Parameters:
lastStatusChange
- The last status change of the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-