public static interface DataQuery.Builder extends SdkPojo, CopyableBuilder<DataQuery.Builder,DataQuery>
| Modifier and Type | Method and Description |
|---|---|
DataQuery.Builder |
destination(String destination)
The Region or Availability Zone that's the target for the data query.
|
DataQuery.Builder |
id(String id)
A user-defined ID associated with a data query that's returned in the
dataResponse identifying
the query. |
DataQuery.Builder |
metric(MetricType metric)
The aggregation metric used for the data query.
|
DataQuery.Builder |
metric(String metric)
The aggregation metric used for the data query.
|
DataQuery.Builder |
period(PeriodType period)
The aggregation period used for the data query.
|
DataQuery.Builder |
period(String period)
The aggregation period used for the data query.
|
DataQuery.Builder |
source(String source)
The Region or Availability Zone that's the source for the data query.
|
DataQuery.Builder |
statistic(StatisticType statistic)
Metric data aggregations over specified periods of time.
|
DataQuery.Builder |
statistic(String statistic)
Metric data aggregations over specified periods of time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataQuery.Builder id(String id)
A user-defined ID associated with a data query that's returned in the dataResponse identifying
the query. For example, if you set the Id to MyQuery01in the query, the
dataResponse identifies the query as MyQuery01.
id - A user-defined ID associated with a data query that's returned in the dataResponse
identifying the query. For example, if you set the Id to MyQuery01in the query, the
dataResponse identifies the query as MyQuery01.DataQuery.Builder source(String source)
The Region or Availability Zone that's the source for the data query. For example, us-east-1.
source - The Region or Availability Zone that's the source for the data query. For example,
us-east-1.DataQuery.Builder destination(String destination)
The Region or Availability Zone that's the target for the data query. For example, eu-north-1.
destination - The Region or Availability Zone that's the target for the data query. For example,
eu-north-1.DataQuery.Builder metric(String metric)
The aggregation metric used for the data query. Currently only aggregation-latency is supported,
indicating network latency.
metric - The aggregation metric used for the data query. Currently only aggregation-latency is
supported, indicating network latency.MetricType,
MetricTypeDataQuery.Builder metric(MetricType metric)
The aggregation metric used for the data query. Currently only aggregation-latency is supported,
indicating network latency.
metric - The aggregation metric used for the data query. Currently only aggregation-latency is
supported, indicating network latency.MetricType,
MetricTypeDataQuery.Builder statistic(String statistic)
Metric data aggregations over specified periods of time. The following are the supported Infrastructure Performance statistics:
p50 - The median value of the metric aggregated over a specified start and end time. For
example, a metric of five_minutes is the median of all the data points gathered within those
five minutes.
statistic - Metric data aggregations over specified periods of time. The following are the supported
Infrastructure Performance statistics:
p50 - The median value of the metric aggregated over a specified start and end time. For
example, a metric of five_minutes is the median of all the data points gathered within
those five minutes.
StatisticType,
StatisticTypeDataQuery.Builder statistic(StatisticType statistic)
Metric data aggregations over specified periods of time. The following are the supported Infrastructure Performance statistics:
p50 - The median value of the metric aggregated over a specified start and end time. For
example, a metric of five_minutes is the median of all the data points gathered within those
five minutes.
statistic - Metric data aggregations over specified periods of time. The following are the supported
Infrastructure Performance statistics:
p50 - The median value of the metric aggregated over a specified start and end time. For
example, a metric of five_minutes is the median of all the data points gathered within
those five minutes.
StatisticType,
StatisticTypeDataQuery.Builder period(String period)
The aggregation period used for the data query.
period - The aggregation period used for the data query.PeriodType,
PeriodTypeDataQuery.Builder period(PeriodType period)
The aggregation period used for the data query.
period - The aggregation period used for the data query.PeriodType,
PeriodTypeCopyright © 2022. All rights reserved.