Uses of Class
org.cdk8s.plus25.k8s.SeLinuxOptions.Builder
-
Packages that use SeLinuxOptions.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of SeLinuxOptions.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return SeLinuxOptions.Builder Modifier and Type Method Description static SeLinuxOptions.BuilderSeLinuxOptions. builder()SeLinuxOptions.BuilderSeLinuxOptions.Builder. level(String level)Sets the value ofSeLinuxOptions.getLevel()SeLinuxOptions.BuilderSeLinuxOptions.Builder. role(String role)Sets the value ofSeLinuxOptions.getRole()SeLinuxOptions.BuilderSeLinuxOptions.Builder. type(String type)Sets the value ofSeLinuxOptions.getType()SeLinuxOptions.BuilderSeLinuxOptions.Builder. user(String user)Sets the value ofSeLinuxOptions.getUser()Constructors in org.cdk8s.plus25.k8s with parameters of type SeLinuxOptions.Builder Constructor Description Jsii$Proxy(SeLinuxOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theSeLinuxOptions.Builder.
-