Class AwsPlacementGroup.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<AwsPlacementGroup>
co.yellowdog.platform.model.AwsPlacementGroup.Builder
- Enclosing class:
AwsPlacementGroup
A builder that can be used to build a new AwsPlacementGroup that is automatically validated on build.
-
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
-
groupName
- Returns:
this
.
-
groupId
- 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<AwsPlacementGroup>
- Returns:
- the object being built
-
toString
-