Interface ResourceState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceState.Builder,
,ResourceState> SdkBuilder<ResourceState.Builder,
,ResourceState> SdkPojo
- Enclosing class:
ResourceState
public static interface ResourceState.Builder
extends SdkPojo, CopyableBuilder<ResourceState.Builder,ResourceState>
-
Method Summary
Modifier and TypeMethodDescriptionShows the current lifecycle policy action that was applied to an impacted resource.status
(ResourceStatus status) Shows the current lifecycle policy action that was applied to an 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
Shows the current lifecycle policy action that was applied to an impacted resource.
- Parameters:
status
- Shows the current lifecycle policy action that was applied to an impacted resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Shows the current lifecycle policy action that was applied to an impacted resource.
- Parameters:
status
- Shows the current lifecycle policy action that was applied to an impacted resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-