Class HelmChartOptions.Builder
java.lang.Object
software.amazon.awscdk.services.eks.legacy.HelmChartOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<HelmChartOptions>
- Enclosing interface:
- HelmChartOptions
@Stability(Deprecated)
@Deprecated
public static final class HelmChartOptions.Builder
extends Object
implements software.amazon.jsii.Builder<HelmChartOptions>
Deprecated.
A builder for
HelmChartOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Deprecated.Deprecated.Deprecated.repository
(String repository) Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
chart
Deprecated.Sets the value ofHelmChartOptions.getChart()
- Parameters:
chart
- The name of the chart. This parameter is required.- Returns:
this
-
namespace
Deprecated.Sets the value ofHelmChartOptions.getNamespace()
- Parameters:
namespace
- The Kubernetes namespace scope of the requests.- Returns:
this
-
release
Deprecated.Sets the value ofHelmChartOptions.getRelease()
- Parameters:
release
- The name of the release.- Returns:
this
-
repository
Deprecated.Sets the value ofHelmChartOptions.getRepository()
- Parameters:
repository
- The repository which contains the chart. For example: https://kubernetes-charts.storage.googleapis.com/- Returns:
this
-
values
@Stability(Deprecated) @Deprecated public HelmChartOptions.Builder values(Map<String, ? extends Object> values) Deprecated.Sets the value ofHelmChartOptions.getValues()
- Parameters:
values
- The values to be used by the chart.- Returns:
this
-
version
Deprecated.Sets the value ofHelmChartOptions.getVersion()
- Parameters:
version
- The chart version to install.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<HelmChartOptions>
- Returns:
- a new instance of
HelmChartOptions
- Throws:
NullPointerException
- if any required attribute was not provided
-