Class CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.applicationinsights.CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty>
- Enclosing interface:
CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.instanceNumbers(List<String> instanceNumbers) prometheusPort(String prometheusPort) Sets the value ofCfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.getSapsid()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
instanceNumbers
@Stability(Stable) public CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.Builder instanceNumbers(List<String> instanceNumbers) - Parameters:
instanceNumbers- SAP instance numbers for ASCS, ERS, and App Servers.- Returns:
this
-
prometheusPort
@Stability(Stable) public CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.Builder prometheusPort(String prometheusPort) - Parameters:
prometheusPort- Prometheus exporter port.- Returns:
this
-
sapsid
@Stability(Stable) public CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.Builder sapsid(String sapsid) Sets the value ofCfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty.getSapsid()- Parameters:
sapsid- SAP NetWeaver SID.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty - Throws:
NullPointerException- if any required attribute was not provided
-