@Stability(value=Stable) public static final class ChartProps.Builder extends Object implements software.amazon.jsii.Builder<ChartProps>
ChartProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ChartProps |
build()
Builds the configured instance.
|
ChartProps.Builder |
labels(Map<String,String> labels)
Sets the value of
ChartProps.getLabels() |
ChartProps.Builder |
namespace(String namespace)
Sets the value of
ChartProps.getNamespace() |
@Stability(value=Stable) public ChartProps.Builder labels(Map<String,String> labels)
ChartProps.getLabels()
labels
- Labels to apply to all resources in this chart.this
@Stability(value=Stable) public ChartProps.Builder namespace(String namespace)
ChartProps.getNamespace()
namespace
- The default namespace for all objects defined in this chart (directly or indirectly).
This namespace will only apply to objects that don't have a
namespace
explicitly defined for them.this
@Stability(value=Stable) public ChartProps build()
build
in interface software.amazon.jsii.Builder<ChartProps>
ChartProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.