Interface DataQuery.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataQuery.Builder,,DataQuery> SdkBuilder<DataQuery.Builder,,DataQuery> SdkPojo
- Enclosing class:
DataQuery
-
Method Summary
Modifier and TypeMethodDescriptiondestination(String destination) The Region or Availability Zone that's the target for the data query.A user-defined ID associated with a data query that's returned in thedataResponseidentifying the query.The metric,aggregation-latency, indicating that network latency is aggregated for the query.metric(MetricType metric) The metric,aggregation-latency, indicating that network latency is aggregated for the query.The aggregation period used for the data query.period(PeriodType period) The aggregation period used for the data query.The Region or Availability Zone that's the source for the data query.The metric data aggregation period,p50, between the specifiedstartDateandendDate.statistic(StatisticType statistic) The metric data aggregation period,p50, between the specifiedstartDateandendDate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
A user-defined ID associated with a data query that's returned in the
dataResponseidentifying the query. For example, if you set the Id toMyQuery01in the query, thedataResponseidentifies the query asMyQuery01.- Parameters:
id- A user-defined ID associated with a data query that's returned in thedataResponseidentifying the query. For example, if you set the Id toMyQuery01in the query, thedataResponseidentifies the query asMyQuery01.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The Region or Availability Zone that's the source for the data query. For example,
us-east-1.- Parameters:
source- The Region or Availability Zone that's the source for the data query. For example,us-east-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
The Region or Availability Zone that's the target for the data query. For example,
eu-north-1.- Parameters:
destination- The Region or Availability Zone that's the target for the data query. For example,eu-north-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metric
The metric,
aggregation-latency, indicating that network latency is aggregated for the query. This is the only supported metric.- Parameters:
metric- The metric,aggregation-latency, indicating that network latency is aggregated for the query. This is the only supported metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metric
The metric,
aggregation-latency, indicating that network latency is aggregated for the query. This is the only supported metric.- Parameters:
metric- The metric,aggregation-latency, indicating that network latency is aggregated for the query. This is the only supported metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statistic
The metric data aggregation period,
p50, between the specifiedstartDateandendDate. For example, a metric offive_minutesis the median of all the data points gathered within those five minutes.p50is the only supported metric.- Parameters:
statistic- The metric data aggregation period,p50, between the specifiedstartDateandendDate. For example, a metric offive_minutesis the median of all the data points gathered within those five minutes.p50is the only supported metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statistic
The metric data aggregation period,
p50, between the specifiedstartDateandendDate. For example, a metric offive_minutesis the median of all the data points gathered within those five minutes.p50is the only supported metric.- Parameters:
statistic- The metric data aggregation period,p50, between the specifiedstartDateandendDate. For example, a metric offive_minutesis the median of all the data points gathered within those five minutes.p50is the only supported metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
period
The aggregation period used for the data query.
- Parameters:
period- The aggregation period used for the data query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
period
The aggregation period used for the data query.
- Parameters:
period- The aggregation period used for the data query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-