Interface ConditionExecution.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConditionExecution.Builder,,- ConditionExecution> - SdkBuilder<ConditionExecution.Builder,,- ConditionExecution> - SdkPojo
- Enclosing class:
- ConditionExecution
@Mutable
@NotThreadSafe
public static interface ConditionExecution.Builder
extends SdkPojo, CopyableBuilder<ConditionExecution.Builder,ConditionExecution> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe 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:
 
- 
statusThe 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:
 
- 
summaryThe 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.
 
- 
lastStatusChangeThe 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.
 
 
-