Interface LifecycleExecutionState.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LifecycleExecutionState.Builder,,LifecycleExecutionState> SdkBuilder<LifecycleExecutionState.Builder,,LifecycleExecutionState> SdkPojo
- Enclosing class:
 LifecycleExecutionState
public static interface LifecycleExecutionState.Builder
extends SdkPojo, CopyableBuilder<LifecycleExecutionState.Builder,LifecycleExecutionState> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe reason for the current status.The runtime status of the lifecycle execution.status(LifecycleExecutionStatus status) The runtime status of the lifecycle execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
status
The runtime status of the lifecycle execution.
- Parameters:
 status- The runtime status of the lifecycle execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The runtime status of the lifecycle execution.
- Parameters:
 status- The runtime status of the lifecycle execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
reason
The reason for the current status.
- Parameters:
 reason- The reason for the current status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -