Interface ResourceHealthBuilder
-
- All Superinterfaces:
Buildable.Builder<ResourceHealthBuilder,ResourceHealth>
- All Known Implementing Classes:
HeatResourceHealth.HeatResourceHealthBuilder
public interface ResourceHealthBuilder extends Buildable.Builder<ResourceHealthBuilder,ResourceHealth>
This interface describes a builder forResourceHealthobjects- Author:
- Dan Maas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceHealthBuildermarkUnhealthy(boolean markUnhealthy)Set the unhealthy status of the resource.ResourceHealthBuilderresourceStatusReason(String resourceStatusReason)Set the resource status reason on the resource.-
Methods inherited from interface org.openstack4j.common.Buildable.Builder
build, from
-
-
-
-
Method Detail
-
markUnhealthy
ResourceHealthBuilder markUnhealthy(boolean markUnhealthy)
Set the unhealthy status of the resource.
-
resourceStatusReason
ResourceHealthBuilder resourceStatusReason(String resourceStatusReason)
Set the resource status reason on the resource.
-
-