@Stability(value=Experimental) public static final class HelmChartOptions.Builder extends Object implements software.amazon.jsii.Builder<HelmChartOptions>
HelmChartOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HelmChartOptions |
build()
Builds the configured instance.
|
HelmChartOptions.Builder |
chart(String chart)
Sets the value of
HelmChartOptions.getChart() |
HelmChartOptions.Builder |
namespace(String namespace)
Sets the value of
HelmChartOptions.getNamespace() |
HelmChartOptions.Builder |
release(String release)
Sets the value of
HelmChartOptions.getRelease() |
HelmChartOptions.Builder |
repository(String repository)
Sets the value of
HelmChartOptions.getRepository() |
HelmChartOptions.Builder |
values(Map<String,? extends Object> values)
Sets the value of
HelmChartOptions.getValues() |
HelmChartOptions.Builder |
version(String version)
Sets the value of
HelmChartOptions.getVersion() |
@Stability(value=Experimental) public HelmChartOptions.Builder chart(String chart)
HelmChartOptions.getChart()chart - The name of the chart. This parameter is required.this@Stability(value=Experimental) public HelmChartOptions.Builder namespace(String namespace)
HelmChartOptions.getNamespace()namespace - The Kubernetes namespace scope of the requests.this@Stability(value=Experimental) public HelmChartOptions.Builder release(String release)
HelmChartOptions.getRelease()release - The name of the release.this@Stability(value=Experimental) public HelmChartOptions.Builder repository(String repository)
HelmChartOptions.getRepository()repository - The repository which contains the chart.
For example: https://kubernetes-charts.storage.googleapis.com/this@Stability(value=Experimental) public HelmChartOptions.Builder values(Map<String,? extends Object> values)
HelmChartOptions.getValues()values - The values to be used by the chart.this@Stability(value=Experimental) public HelmChartOptions.Builder version(String version)
HelmChartOptions.getVersion()version - The chart version to install.this@Stability(value=Experimental) public HelmChartOptions build()
build in interface software.amazon.jsii.Builder<HelmChartOptions>HelmChartOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.