Class AwsCapacityReservation.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<AwsCapacityReservation>
co.yellowdog.platform.model.AwsCapacityReservation.Builder
- Enclosing class:
AwsCapacityReservation
A builder that can be used to build a new AwsCapacityReservation that is automatically validated on build.
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the object without enforcing validation constraints.preference
(AwsCapacityReservationPreference preference) toString()
Methods inherited from class co.yellowdog.platform.model.builders.ValidatedBuilder
build, validate
-
Method Details
-
preference
- Returns:
this
.
-
groupArn
- Returns:
this
.
-
id
- 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<AwsCapacityReservation>
- Returns:
- the object being built
-
toString
-