Uses of Class
org.cdk8s.plus25.k8s.SeccompProfile.Builder
-
Packages that use SeccompProfile.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of SeccompProfile.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return SeccompProfile.Builder Modifier and Type Method Description static SeccompProfile.BuilderSeccompProfile. builder()SeccompProfile.BuilderSeccompProfile.Builder. localhostProfile(String localhostProfile)Sets the value ofSeccompProfile.getLocalhostProfile()SeccompProfile.BuilderSeccompProfile.Builder. type(String type)Sets the value ofSeccompProfile.getType()Constructors in org.cdk8s.plus25.k8s with parameters of type SeccompProfile.Builder Constructor Description Jsii$Proxy(SeccompProfile.Builder builder)Constructor that initializes the object based on literal property values passed by theSeccompProfile.Builder.
-