public static interface PutMetricDataRequest.Builder extends CloudWatchRequest.Builder, CopyableBuilder<PutMetricDataRequest.Builder,PutMetricDataRequest>
| Modifier and Type | Method and Description |
|---|---|
PutMetricDataRequest.Builder |
metricData(Collection<MetricDatum> metricData)
The data for the metric.
|
PutMetricDataRequest.Builder |
metricData(MetricDatum... metricData)
The data for the metric.
|
PutMetricDataRequest.Builder |
namespace(String namespace)
The namespace for the metric data.
|
PutMetricDataRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildPutMetricDataRequest.Builder namespace(String namespace)
The namespace for the metric data.
You cannot specify a namespace that begins with "AWS/". Namespaces that begin with "AWS/" are reserved for use by Amazon Web Services products.
namespace - The namespace for the metric data.
You cannot specify a namespace that begins with "AWS/". Namespaces that begin with "AWS/" are reserved for use by Amazon Web Services products.
PutMetricDataRequest.Builder metricData(Collection<MetricDatum> metricData)
The data for the metric.
metricData - The data for the metric.PutMetricDataRequest.Builder metricData(MetricDatum... metricData)
The data for the metric.
metricData - The data for the metric.PutMetricDataRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.