Interface PlacementPolicy.UpdateStages.WithState
-
- All Known Subinterfaces:
PlacementPolicy.Update
- Enclosing interface:
- PlacementPolicy.UpdateStages
public static interface PlacementPolicy.UpdateStages.WithState
The stage of the PlacementPolicy update allowing to specify state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlacementPolicy.Update
withState(PlacementPolicyState state)
Specifies the state property: Whether the placement policy is enabled or disabled.
-
-
-
Method Detail
-
withState
PlacementPolicy.Update withState(PlacementPolicyState state)
Specifies the state property: Whether the placement policy is enabled or disabled.- Parameters:
state
- Whether the placement policy is enabled or disabled.- Returns:
- the next definition stage.
-
-