Class AutoShutdown.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<AutoShutdown>
co.yellowdog.platform.model.AutoShutdown.Builder
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the object without enforcing validation constraints.toString()
Methods inherited from class co.yellowdog.platform.model.builders.ValidatedBuilder
build, validate
-
Method Details
-
enabled
- Returns:
this
.
-
timeout
- Returns:
this
.
-
buildUnchecked
Description copied from class:ValidatedBuilder
Builds the object without enforcing validation constraints. This should only be used for testing purposes- Overrides:
buildUnchecked
in classValidatedBuilder<AutoShutdown>
- Returns:
- the object being built
-
toString
-