@Stability(value=Stable) public static final class CfnCluster.PrometheusProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.PrometheusProperty>
CfnCluster.PrometheusProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.PrometheusProperty |
build()
Builds the configured instance.
|
CfnCluster.PrometheusProperty.Builder |
jmxExporter(CfnCluster.JmxExporterProperty jmxExporter)
Sets the value of
CfnCluster.PrometheusProperty.getJmxExporter() |
CfnCluster.PrometheusProperty.Builder |
jmxExporter(IResolvable jmxExporter)
Sets the value of
CfnCluster.PrometheusProperty.getJmxExporter() |
CfnCluster.PrometheusProperty.Builder |
nodeExporter(CfnCluster.NodeExporterProperty nodeExporter)
Sets the value of
CfnCluster.PrometheusProperty.getNodeExporter() |
CfnCluster.PrometheusProperty.Builder |
nodeExporter(IResolvable nodeExporter)
Sets the value of
CfnCluster.PrometheusProperty.getNodeExporter() |
@Stability(value=Stable) public CfnCluster.PrometheusProperty.Builder jmxExporter(CfnCluster.JmxExporterProperty jmxExporter)
CfnCluster.PrometheusProperty.getJmxExporter()jmxExporter - Indicates whether you want to enable or disable the JMX Exporter.this@Stability(value=Stable) public CfnCluster.PrometheusProperty.Builder jmxExporter(IResolvable jmxExporter)
CfnCluster.PrometheusProperty.getJmxExporter()jmxExporter - Indicates whether you want to enable or disable the JMX Exporter.this@Stability(value=Stable) public CfnCluster.PrometheusProperty.Builder nodeExporter(CfnCluster.NodeExporterProperty nodeExporter)
CfnCluster.PrometheusProperty.getNodeExporter()nodeExporter - Indicates whether you want to enable or disable the Node Exporter.this@Stability(value=Stable) public CfnCluster.PrometheusProperty.Builder nodeExporter(IResolvable nodeExporter)
CfnCluster.PrometheusProperty.getNodeExporter()nodeExporter - Indicates whether you want to enable or disable the Node Exporter.this@Stability(value=Stable) public CfnCluster.PrometheusProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.PrometheusProperty>CfnCluster.PrometheusPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.