Uses of Class
org.cdk8s.plus25.k8s.ExecAction.Builder
-
Packages that use ExecAction.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of ExecAction.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return ExecAction.Builder Modifier and Type Method Description static ExecAction.BuilderExecAction. builder()ExecAction.BuilderExecAction.Builder. command(List<String> command)Sets the value ofExecAction.getCommand()Constructors in org.cdk8s.plus25.k8s with parameters of type ExecAction.Builder Constructor Description Jsii$Proxy(ExecAction.Builder builder)Constructor that initializes the object based on literal property values passed by theExecAction.Builder.
-