Uses of Class
org.cdk8s.plus24.k8s.KubeRoleListProps.Builder
-
Packages that use KubeRoleListProps.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeRoleListProps.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeRoleListProps.Builder Modifier and Type Method Description static KubeRoleListProps.Builder
KubeRoleListProps. builder()
KubeRoleListProps.Builder
KubeRoleListProps.Builder. items(List<? extends KubeRoleProps> items)
Sets the value ofKubeRoleListProps.getItems()
KubeRoleListProps.Builder
KubeRoleListProps.Builder. metadata(ListMeta metadata)
Sets the value ofKubeRoleListProps.getMetadata()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeRoleListProps.Builder Constructor Description Jsii$Proxy(KubeRoleListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeRoleListProps.Builder
.
-