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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifecycleExecutionResourceState.Builderreason(String reason)Messaging that clarifies the reason for the assigned status.LifecycleExecutionResourceState.Builderstatus(String status)The runtime status of the lifecycle action taken for the impacted resource.LifecycleExecutionResourceState.Builderstatus(LifecycleExecutionResourceStatus status)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 Detail
-
status
LifecycleExecutionResourceState.Builder status(String 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:
LifecycleExecutionResourceStatus,LifecycleExecutionResourceStatus
-
status
LifecycleExecutionResourceState.Builder status(LifecycleExecutionResourceStatus 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:
LifecycleExecutionResourceStatus,LifecycleExecutionResourceStatus
-
reason
LifecycleExecutionResourceState.Builder reason(String 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.
-
-