Package org.cdk8s.plus25.k8s
Class UserSubjectV1Beta1.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.UserSubjectV1Beta1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<UserSubjectV1Beta1>
- Enclosing interface:
- UserSubjectV1Beta1
@Stability(Stable) public static final class UserSubjectV1Beta1.Builder extends Object implements software.amazon.jsii.Builder<UserSubjectV1Beta1>
A builder forUserSubjectV1Beta1
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserSubjectV1Beta1build()Builds the configured instance.UserSubjectV1Beta1.Buildername(String name)Sets the value ofUserSubjectV1Beta1.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public UserSubjectV1Beta1.Builder name(String name)
Sets the value ofUserSubjectV1Beta1.getName()- Parameters:
name-nameis the username that matches, or "*" to match all usernames. This parameter is required. Required.- Returns:
this
-
build
@Stability(Stable) public UserSubjectV1Beta1 build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<UserSubjectV1Beta1>- Returns:
- a new instance of
UserSubjectV1Beta1 - Throws:
NullPointerException- if any required attribute was not provided
-
-