Package org.cdk8s.plus25.k8s
Interface RoleRef
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RoleRef.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.809Z") @Stability(Stable) public interface RoleRef extends software.amazon.jsii.JsiiSerializable
RoleRef contains information that points to the role being used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRoleRef.BuilderA builder forRoleRefstatic classRoleRef.Jsii$ProxyAn implementation forRoleRef
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RoleRef.Builderbuilder()StringgetApiGroup()APIGroup is the group for the resource being referenced.StringgetKind()Kind is the type of resource being referenced.StringgetName()Name is the name of resource being referenced.
-
-
-
Method Detail
-
getApiGroup
@Stability(Stable) @NotNull String getApiGroup()
APIGroup is the group for the resource being referenced.
-
getKind
@Stability(Stable) @NotNull String getKind()
Kind is the type of resource being referenced.
-
getName
@Stability(Stable) @NotNull String getName()
Name is the name of resource being referenced.
-
builder
@Stability(Stable) static RoleRef.Builder builder()
- Returns:
- a
RoleRef.BuilderofRoleRef
-
-