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