Uses of Class
org.cdk8s.AppProps.Builder
-
-
Uses of AppProps.Builder in org.cdk8s
Methods in org.cdk8s that return AppProps.Builder Modifier and Type Method Description static AppProps.Builder
AppProps. builder()
AppProps.Builder
AppProps.Builder. outdir(String outdir)
Sets the value ofAppProps.getOutdir()
AppProps.Builder
AppProps.Builder. outputFileExtension(String outputFileExtension)
Sets the value ofAppProps.getOutputFileExtension()
AppProps.Builder
AppProps.Builder. recordConstructMetadata(Boolean recordConstructMetadata)
Sets the value ofAppProps.getRecordConstructMetadata()
AppProps.Builder
AppProps.Builder. yamlOutputType(YamlOutputType yamlOutputType)
Sets the value ofAppProps.getYamlOutputType()
Constructors in org.cdk8s with parameters of type AppProps.Builder Constructor Description Jsii$Proxy(AppProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppProps.Builder
.
-