@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricStreamStatisticsConfiguration extends Object implements Serializable, Cloneable
By default, a metric stream always sends the MAX
, MIN
, SUM
, and
SAMPLECOUNT
statistics for each metric that is streamed. This structure contains information for one
metric that includes additional statistics in the stream. For more information about statistics, see CloudWatch,
listed in
CloudWatch statistics definitions.
Constructor and Description |
---|
MetricStreamStatisticsConfiguration() |
Modifier and Type | Method and Description |
---|---|
MetricStreamStatisticsConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAdditionalStatistics()
The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics array in this structure. |
List<MetricStreamStatisticsMetric> |
getIncludeMetrics()
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics parameter. |
int |
hashCode() |
void |
setAdditionalStatistics(Collection<String> additionalStatistics)
The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics array in this structure. |
void |
setIncludeMetrics(Collection<MetricStreamStatisticsMetric> includeMetrics)
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics parameter. |
String |
toString()
Returns a string representation of this object.
|
MetricStreamStatisticsConfiguration |
withAdditionalStatistics(Collection<String> additionalStatistics)
The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics array in this structure. |
MetricStreamStatisticsConfiguration |
withAdditionalStatistics(String... additionalStatistics)
The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics array in this structure. |
MetricStreamStatisticsConfiguration |
withIncludeMetrics(Collection<MetricStreamStatisticsMetric> includeMetrics)
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics parameter. |
MetricStreamStatisticsConfiguration |
withIncludeMetrics(MetricStreamStatisticsMetric... includeMetrics)
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics parameter. |
public List<MetricStreamStatisticsMetric> getIncludeMetrics()
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
public void setIncludeMetrics(Collection<MetricStreamStatisticsMetric> includeMetrics)
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
includeMetrics
- An array of metric name and namespace pairs that stream the additional statistics listed in the value of
the AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
public MetricStreamStatisticsConfiguration withIncludeMetrics(MetricStreamStatisticsMetric... includeMetrics)
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
NOTE: This method appends the values to the existing list (if any). Use
setIncludeMetrics(java.util.Collection)
or withIncludeMetrics(java.util.Collection)
if you want
to override the existing values.
includeMetrics
- An array of metric name and namespace pairs that stream the additional statistics listed in the value of
the AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
public MetricStreamStatisticsConfiguration withIncludeMetrics(Collection<MetricStreamStatisticsMetric> includeMetrics)
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the
AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
includeMetrics
- An array of metric name and namespace pairs that stream the additional statistics listed in the value of
the AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions.
public List<String> getAdditionalStatistics()
The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
If the OutputFormat
for the stream is opentelemetry1.0
or opentelemetry0.7
, the only valid values are p??
percentile statistics such as p90
,
p99
and so on.
If the OutputFormat
for the stream is json
, the valid values include the abbreviations
for all of the statistics listed in
CloudWatch statistics definitions. For example, this includes tm98,
wm90
,
PR(:300)
, and so on.
IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
If the OutputFormat
for the stream is opentelemetry1.0
or
opentelemetry0.7
, the only valid values are p??
percentile statistics
such as p90
, p99
and so on.
If the OutputFormat
for the stream is json
, the valid values include the
abbreviations for all of the statistics listed in
CloudWatch statistics definitions. For example, this includes tm98,
wm90
,
PR(:300)
, and so on.
public void setAdditionalStatistics(Collection<String> additionalStatistics)
The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
If the OutputFormat
for the stream is opentelemetry1.0
or opentelemetry0.7
, the only valid values are p??
percentile statistics such as p90
,
p99
and so on.
If the OutputFormat
for the stream is json
, the valid values include the abbreviations
for all of the statistics listed in
CloudWatch statistics definitions. For example, this includes tm98,
wm90
,
PR(:300)
, and so on.
additionalStatistics
- The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
If the OutputFormat
for the stream is opentelemetry1.0
or
opentelemetry0.7
, the only valid values are p??
percentile statistics
such as p90
, p99
and so on.
If the OutputFormat
for the stream is json
, the valid values include the
abbreviations for all of the statistics listed in
CloudWatch statistics definitions. For example, this includes tm98,
wm90
,
PR(:300)
, and so on.
public MetricStreamStatisticsConfiguration withAdditionalStatistics(String... additionalStatistics)
The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
If the OutputFormat
for the stream is opentelemetry1.0
or opentelemetry0.7
, the only valid values are p??
percentile statistics such as p90
,
p99
and so on.
If the OutputFormat
for the stream is json
, the valid values include the abbreviations
for all of the statistics listed in
CloudWatch statistics definitions. For example, this includes tm98,
wm90
,
PR(:300)
, and so on.
NOTE: This method appends the values to the existing list (if any). Use
setAdditionalStatistics(java.util.Collection)
or withAdditionalStatistics(java.util.Collection)
if you want to override the existing values.
additionalStatistics
- The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
If the OutputFormat
for the stream is opentelemetry1.0
or
opentelemetry0.7
, the only valid values are p??
percentile statistics
such as p90
, p99
and so on.
If the OutputFormat
for the stream is json
, the valid values include the
abbreviations for all of the statistics listed in
CloudWatch statistics definitions. For example, this includes tm98,
wm90
,
PR(:300)
, and so on.
public MetricStreamStatisticsConfiguration withAdditionalStatistics(Collection<String> additionalStatistics)
The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
If the OutputFormat
for the stream is opentelemetry1.0
or opentelemetry0.7
, the only valid values are p??
percentile statistics such as p90
,
p99
and so on.
If the OutputFormat
for the stream is json
, the valid values include the abbreviations
for all of the statistics listed in
CloudWatch statistics definitions. For example, this includes tm98,
wm90
,
PR(:300)
, and so on.
additionalStatistics
- The list of additional statistics that are to be streamed for the metrics listed in the
IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
If the OutputFormat
for the stream is opentelemetry1.0
or
opentelemetry0.7
, the only valid values are p??
percentile statistics
such as p90
, p99
and so on.
If the OutputFormat
for the stream is json
, the valid values include the
abbreviations for all of the statistics listed in
CloudWatch statistics definitions. For example, this includes tm98,
wm90
,
PR(:300)
, and so on.
public String toString()
toString
in class Object
Object.toString()
public MetricStreamStatisticsConfiguration clone()