@Stability(value=Stable) public static final class CfnApplication.ConfigurationDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.ConfigurationDetailsProperty>
CfnApplication.ConfigurationDetailsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder alarmMetrics(IResolvable alarmMetrics)
CfnApplication.ConfigurationDetailsProperty.getAlarmMetrics()alarmMetrics - A list of metrics to monitor for the component.
All component types can use AlarmMetrics .this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder alarmMetrics(List<? extends Object> alarmMetrics)
CfnApplication.ConfigurationDetailsProperty.getAlarmMetrics()alarmMetrics - A list of metrics to monitor for the component.
All component types can use AlarmMetrics .this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder alarms(IResolvable alarms)
CfnApplication.ConfigurationDetailsProperty.getAlarms()alarms - A list of alarms to monitor for the component.
All component types can use Alarm .this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder alarms(List<? extends Object> alarms)
CfnApplication.ConfigurationDetailsProperty.getAlarms()alarms - A list of alarms to monitor for the component.
All component types can use Alarm .this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder haClusterPrometheusExporter(IResolvable haClusterPrometheusExporter)
haClusterPrometheusExporter - The HA cluster Prometheus Exporter settings.this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder haClusterPrometheusExporter(CfnApplication.HAClusterPrometheusExporterProperty haClusterPrometheusExporter)
haClusterPrometheusExporter - The HA cluster Prometheus Exporter settings.this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder hanaPrometheusExporter(IResolvable hanaPrometheusExporter)
CfnApplication.ConfigurationDetailsProperty.getHanaPrometheusExporter()hanaPrometheusExporter - The HANA DB Prometheus Exporter settings.this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder hanaPrometheusExporter(CfnApplication.HANAPrometheusExporterProperty hanaPrometheusExporter)
CfnApplication.ConfigurationDetailsProperty.getHanaPrometheusExporter()hanaPrometheusExporter - The HANA DB Prometheus Exporter settings.this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder jmxPrometheusExporter(IResolvable jmxPrometheusExporter)
CfnApplication.ConfigurationDetailsProperty.getJmxPrometheusExporter()jmxPrometheusExporter - A list of Java metrics to monitor for the component.this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder jmxPrometheusExporter(CfnApplication.JMXPrometheusExporterProperty jmxPrometheusExporter)
CfnApplication.ConfigurationDetailsProperty.getJmxPrometheusExporter()jmxPrometheusExporter - A list of Java metrics to monitor for the component.this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder logs(IResolvable logs)
CfnApplication.ConfigurationDetailsProperty.getLogs()logs - A list of logs to monitor for the component.
Only Amazon EC2 instances can use Logs .this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder logs(List<? extends Object> logs)
CfnApplication.ConfigurationDetailsProperty.getLogs()logs - A list of logs to monitor for the component.
Only Amazon EC2 instances can use Logs .this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder windowsEvents(IResolvable windowsEvents)
CfnApplication.ConfigurationDetailsProperty.getWindowsEvents()windowsEvents - A list of Windows Events to monitor for the component.
Only Amazon EC2 instances running on Windows can use WindowsEvents .this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty.Builder windowsEvents(List<? extends Object> windowsEvents)
CfnApplication.ConfigurationDetailsProperty.getWindowsEvents()windowsEvents - A list of Windows Events to monitor for the component.
Only Amazon EC2 instances running on Windows can use WindowsEvents .this@Stability(value=Stable) public CfnApplication.ConfigurationDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.ConfigurationDetailsProperty>CfnApplication.ConfigurationDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.