Package org.cdk8s.plus20
Class Group.Builder
- java.lang.Object
-
- org.cdk8s.plus20.Group.Builder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Groupbuild()static Group.Buildercreate()Group.Buildername(String name)The name of the group.
-
-
-
Method Detail
-
create
@Stability(Stable) public static Group.Builder create()
- Returns:
- a new instance of
Group.Builder.
-
name
@Stability(Stable) public Group.Builder name(String name)
The name of the group.- Parameters:
name- The name of the group. This parameter is required.- Returns:
this
-
-