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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceState.Builderstatus(String status)Shows the current lifecycle policy action that was applied to an impacted resource.ResourceState.Builderstatus(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 Detail
-
status
ResourceState.Builder status(String 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:
ResourceStatus,ResourceStatus
-
status
ResourceState.Builder status(ResourceStatus 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:
ResourceStatus,ResourceStatus
-
-