Class HelmChartProps.Builder
java.lang.Object
software.amazon.awscdk.services.eks.legacy.HelmChartProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<HelmChartProps>
- Enclosing interface:
HelmChartProps
@Stability(Deprecated)
@Deprecated
public static final class HelmChartProps.Builder
extends Object
implements software.amazon.jsii.Builder<HelmChartProps>
Deprecated.
A builder for
HelmChartProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.repository
(String repository) Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
cluster
Deprecated.Sets the value ofHelmChartProps.getCluster()
- Parameters:
cluster
- The EKS cluster to apply this configuration to. This parameter is required. [disable-awslint:ref-via-interface]- Returns:
this
-
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 HelmChartProps.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<HelmChartProps>
- Returns:
- a new instance of
HelmChartProps
- Throws:
NullPointerException
- if any required attribute was not provided
-