Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppProps |
build()
Builds the configured instance.
|
AppProps.Builder |
outdir(String outdir)
Sets the value of
AppProps.getOutdir() |
AppProps.Builder |
yamlOutputType(YamlOutputType yamlOutputType)
Sets the value of
AppProps.getYamlOutputType() |
@Stability(value=Stable) public AppProps.Builder outdir(String outdir)
AppProps.getOutdir()
outdir
- The directory to output Kubernetes manifests.this
@Stability(value=Stable) public AppProps.Builder yamlOutputType(YamlOutputType yamlOutputType)
AppProps.getYamlOutputType()
yamlOutputType
- How to divide the YAML output into files.this
@Stability(value=Stable) public AppProps build()
build
in interface software.amazon.jsii.Builder<AppProps>
AppProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.