Package org.cdk8s.plus28.k8s
Interface UserSubjectV1Beta2
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
UserSubjectV1Beta2.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.878Z") @Stability(Stable) public interface UserSubjectV1Beta2 extends software.amazon.jsii.JsiiSerializable
UserSubject holds detailed information for user-kind subject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUserSubjectV1Beta2.BuilderA builder forUserSubjectV1Beta2static classUserSubjectV1Beta2.Jsii$ProxyAn implementation forUserSubjectV1Beta2
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static UserSubjectV1Beta2.Builderbuilder()StringgetName()nameis the username that matches, or "*" to match all usernames.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
nameis the username that matches, or "*" to match all usernames.Required.
-
builder
@Stability(Stable) static UserSubjectV1Beta2.Builder builder()
- Returns:
- a
UserSubjectV1Beta2.BuilderofUserSubjectV1Beta2
-
-