| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static DataQuery.Builder |
DataQuery.builder() |
DataQuery.Builder |
DataQuery.Builder.destination(String destination)
The Region or Availability Zone that's the target for the data query.
|
DataQuery.Builder |
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 |
DataQuery.Builder.metric(MetricType metric)
The metric,
aggregation-latency, indicating that network latency is aggregated for the query. |
DataQuery.Builder |
DataQuery.Builder.metric(String metric)
The metric,
aggregation-latency, indicating that network latency is aggregated for the query. |
DataQuery.Builder |
DataQuery.Builder.period(PeriodType period)
The aggregation period used for the data query.
|
DataQuery.Builder |
DataQuery.Builder.period(String period)
The aggregation period used for the data query.
|
DataQuery.Builder |
DataQuery.Builder.source(String source)
The Region or Availability Zone that's the source for the data query.
|
DataQuery.Builder |
DataQuery.Builder.statistic(StatisticType statistic)
The metric data aggregation period,
p50, between the specified startDate and
endDate. |
DataQuery.Builder |
DataQuery.Builder.statistic(String statistic)
The metric data aggregation period,
p50, between the specified startDate and
endDate. |
DataQuery.Builder |
DataQuery.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataQuery.Builder> |
DataQuery.serializableBuilderClass() |
Copyright © 2023. All rights reserved.