Package org.cdk8s.plus24.k8s
Interface RoleRef
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RoleRef.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.820Z") @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
-
-