Interface ListAnomalyGroupSummariesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAnomalyGroupSummariesResponse.Builder,ListAnomalyGroupSummariesResponse>,LookoutMetricsResponse.Builder,SdkBuilder<ListAnomalyGroupSummariesResponse.Builder,ListAnomalyGroupSummariesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAnomalyGroupSummariesResponse
public static interface ListAnomalyGroupSummariesResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<ListAnomalyGroupSummariesResponse.Builder,ListAnomalyGroupSummariesResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutmetrics.model.LookoutMetricsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
anomalyGroupSummaryList
ListAnomalyGroupSummariesResponse.Builder anomalyGroupSummaryList(Collection<AnomalyGroupSummary> anomalyGroupSummaryList)
A list of anomaly group summaries.
- Parameters:
anomalyGroupSummaryList- A list of anomaly group summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyGroupSummaryList
ListAnomalyGroupSummariesResponse.Builder anomalyGroupSummaryList(AnomalyGroupSummary... anomalyGroupSummaryList)
A list of anomaly group summaries.
- Parameters:
anomalyGroupSummaryList- A list of anomaly group summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyGroupSummaryList
ListAnomalyGroupSummariesResponse.Builder anomalyGroupSummaryList(Consumer<AnomalyGroupSummary.Builder>... anomalyGroupSummaryList)
A list of anomaly group summaries.
This is a convenience method that creates an instance of theAnomalyGroupSummary.Builderavoiding the need to create one manually viaAnomalyGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#anomalyGroupSummaryList(List.) - Parameters:
anomalyGroupSummaryList- a consumer that will call methods onAnomalyGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#anomalyGroupSummaryList(java.util.Collection)
-
anomalyGroupStatistics
ListAnomalyGroupSummariesResponse.Builder anomalyGroupStatistics(AnomalyGroupStatistics anomalyGroupStatistics)
Aggregated details about the anomaly groups.
- Parameters:
anomalyGroupStatistics- Aggregated details about the anomaly groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyGroupStatistics
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.Builderavoiding the need to create one manually viaAnomalyGroupStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanomalyGroupStatistics(AnomalyGroupStatistics).- Parameters:
anomalyGroupStatistics- a consumer that will call methods onAnomalyGroupStatistics.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
anomalyGroupStatistics(AnomalyGroupStatistics)
-
nextToken
ListAnomalyGroupSummariesResponse.Builder nextToken(String nextToken)
The pagination token that's included if more results are available.
- Parameters:
nextToken- The pagination token that's included if more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-