public static interface ListAnomalyGroupRelatedMetricsResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<ListAnomalyGroupRelatedMetricsResponse.Builder,ListAnomalyGroupRelatedMetricsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAnomalyGroupRelatedMetricsResponse.Builder |
interMetricImpactList(Collection<InterMetricImpactDetails> interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially
impacted by the anomaly group.
|
ListAnomalyGroupRelatedMetricsResponse.Builder |
interMetricImpactList(Consumer<InterMetricImpactDetails.Builder>... interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially
impacted by the anomaly group.
|
ListAnomalyGroupRelatedMetricsResponse.Builder |
interMetricImpactList(InterMetricImpactDetails... interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially
impacted by the anomaly group.
|
ListAnomalyGroupRelatedMetricsResponse.Builder |
nextToken(String nextToken)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomalyGroupRelatedMetricsResponse.Builder interMetricImpactList(Collection<InterMetricImpactDetails> interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
interMetricImpactList - Aggregated details about the measures contributing to the anomaly group, and the measures potentially
impacted by the anomaly group.ListAnomalyGroupRelatedMetricsResponse.Builder interMetricImpactList(InterMetricImpactDetails... interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
interMetricImpactList - Aggregated details about the measures contributing to the anomaly group, and the measures potentially
impacted by the anomaly group.ListAnomalyGroupRelatedMetricsResponse.Builder interMetricImpactList(Consumer<InterMetricImpactDetails.Builder>... interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
This is a convenience method that creates an instance of theInterMetricImpactDetails.Builder avoiding the
need to create one manually via
InterMetricImpactDetails.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #interMetricImpactList(List.
interMetricImpactList - a consumer that will call methods on
InterMetricImpactDetails.Builder#interMetricImpactList(java.util.Collection) ListAnomalyGroupRelatedMetricsResponse.Builder nextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.Copyright © 2023. All rights reserved.