Package org.cdk8s.plus20
Interface GroupProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GroupProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-18T23:19:48.596Z") @Stability(Stable) public interface GroupProps extends software.amazon.jsii.JsiiSerializable
Properties for `Group`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGroupProps.BuilderA builder forGroupPropsstatic classGroupProps.Jsii$ProxyAn implementation forGroupProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GroupProps.Builderbuilder()StringgetName()The name of the group.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The name of the group.
-
builder
@Stability(Stable) static GroupProps.Builder builder()
- Returns:
- a
GroupProps.BuilderofGroupProps
-
-