Uses of Class
software.amazon.awscdk.services.eks.HelmChartProps.Builder
Packages that use HelmChartProps.Builder
-
Uses of HelmChartProps.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return HelmChartProps.BuilderModifier and TypeMethodDescriptionSets the value ofHelmChartOptions.getAtomic()
static HelmChartProps.Builder
HelmChartProps.builder()
Sets the value ofHelmChartOptions.getChart()
HelmChartProps.Builder.chartAsset
(Asset chartAsset) Sets the value ofHelmChartOptions.getChartAsset()
Sets the value ofHelmChartProps.getCluster()
HelmChartProps.Builder.createNamespace
(Boolean createNamespace) Sets the value ofHelmChartOptions.getCreateNamespace()
Sets the value ofHelmChartOptions.getNamespace()
Sets the value ofHelmChartOptions.getRelease()
HelmChartProps.Builder.repository
(String repository) Sets the value ofHelmChartOptions.getRepository()
Sets the value ofHelmChartOptions.getSkipCrds()
Sets the value ofHelmChartOptions.getTimeout()
Sets the value ofHelmChartOptions.getValues()
Sets the value ofHelmChartOptions.getVersion()
Sets the value ofHelmChartOptions.getWait()
Constructors in software.amazon.awscdk.services.eks with parameters of type HelmChartProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(HelmChartProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHelmChartProps.Builder
.