public static interface ListAnomalyGroupSummariesResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<ListAnomalyGroupSummariesResponse.Builder,ListAnomalyGroupSummariesResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomalyGroupSummariesResponse.Builder anomalyGroupSummaryList(Collection<AnomalyGroupSummary> anomalyGroupSummaryList)
A list of anomaly group summaries.
anomalyGroupSummaryList - A list of anomaly group summaries.ListAnomalyGroupSummariesResponse.Builder anomalyGroupSummaryList(AnomalyGroupSummary... anomalyGroupSummaryList)
A list of anomaly group summaries.
anomalyGroupSummaryList - A list of anomaly group summaries.ListAnomalyGroupSummariesResponse.Builder anomalyGroupSummaryList(Consumer<AnomalyGroupSummary.Builder>... anomalyGroupSummaryList)
A list of anomaly group summaries.
This is a convenience method that creates an instance of theAnomalyGroupSummary.Builder avoiding the need to
create one manually via
AnomalyGroupSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #anomalyGroupSummaryList(List.
anomalyGroupSummaryList - a consumer that will call methods on
AnomalyGroupSummary.Builder#anomalyGroupSummaryList(java.util.Collection) ListAnomalyGroupSummariesResponse.Builder anomalyGroupStatistics(AnomalyGroupStatistics anomalyGroupStatistics)
Aggregated details about the anomaly groups.
anomalyGroupStatistics - Aggregated details about the anomaly groups.default ListAnomalyGroupSummariesResponse.Builder anomalyGroupStatistics(Consumer<AnomalyGroupStatistics.Builder> anomalyGroupStatistics)
Aggregated details about the anomaly groups.
This is a convenience method that creates an instance of theAnomalyGroupStatistics.Builder avoiding
the need to create one manually via AnomalyGroupStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to anomalyGroupStatistics(AnomalyGroupStatistics).
anomalyGroupStatistics - a consumer that will call methods on AnomalyGroupStatistics.BuilderanomalyGroupStatistics(AnomalyGroupStatistics)ListAnomalyGroupSummariesResponse.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.