Interface PrometheusMonitoringConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PrometheusMonitoringConfiguration.Builder,PrometheusMonitoringConfiguration>
,SdkBuilder<PrometheusMonitoringConfiguration.Builder,PrometheusMonitoringConfiguration>
,SdkPojo
- Enclosing class:
- PrometheusMonitoringConfiguration
public static interface PrometheusMonitoringConfiguration.Builder extends SdkPojo, CopyableBuilder<PrometheusMonitoringConfiguration.Builder,PrometheusMonitoringConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrometheusMonitoringConfiguration.Builder
remoteWriteUrl(String remoteWriteUrl)
The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
remoteWriteUrl
PrometheusMonitoringConfiguration.Builder remoteWriteUrl(String remoteWriteUrl)
The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
- Parameters:
remoteWriteUrl
- The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-