Package org.cdk8s.plus20
Class UserProps.Builder
- java.lang.Object
-
- org.cdk8s.plus20.UserProps.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPropsbuild()Builds the configured instance.UserProps.Buildername(String name)Sets the value ofUserProps.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public UserProps.Builder name(String name)
Sets the value ofUserProps.getName()- Parameters:
name- The name of the user. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public UserProps build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<UserProps>- Returns:
- a new instance of
UserProps - Throws:
NullPointerException- if any required attribute was not provided
-
-