Interface PrometheusMonitoringConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PrometheusMonitoringConfiguration.Builder,,- PrometheusMonitoringConfiguration> - SdkBuilder<PrometheusMonitoringConfiguration.Builder,,- PrometheusMonitoringConfiguration> - SdkPojo
- Enclosing class:
- PrometheusMonitoringConfiguration
@Mutable
@NotThreadSafe
public static interface PrometheusMonitoringConfiguration.Builder
extends SdkPojo, CopyableBuilder<PrometheusMonitoringConfiguration.Builder,PrometheusMonitoringConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionremoteWriteUrl(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
remoteWriteUrlThe 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.
 
 
-