Interface LifecycleExecutionResourceState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifecycleExecutionResourceState.Builder,
,LifecycleExecutionResourceState> SdkBuilder<LifecycleExecutionResourceState.Builder,
,LifecycleExecutionResourceState> SdkPojo
- Enclosing class:
LifecycleExecutionResourceState
public static interface LifecycleExecutionResourceState.Builder
extends SdkPojo, CopyableBuilder<LifecycleExecutionResourceState.Builder,LifecycleExecutionResourceState>
-
Method Summary
Modifier and TypeMethodDescriptionMessaging that clarifies the reason for the assigned status.The runtime status of the lifecycle action taken for the impacted resource.The runtime status of the lifecycle action taken for the impacted resource.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 runtime status of the lifecycle action taken for the impacted resource.
- Parameters:
status
- The runtime status of the lifecycle action taken for the impacted resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The runtime status of the lifecycle action taken for the impacted resource.
- Parameters:
status
- The runtime status of the lifecycle action taken for the impacted resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
Messaging that clarifies the reason for the assigned status.
- Parameters:
reason
- Messaging that clarifies the reason for the assigned status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-