Interface ListAnomalyGroupRelatedMetricsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAnomalyGroupRelatedMetricsResponse.Builder,ListAnomalyGroupRelatedMetricsResponse>,LookoutMetricsResponse.Builder,SdkBuilder<ListAnomalyGroupRelatedMetricsResponse.Builder,ListAnomalyGroupRelatedMetricsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAnomalyGroupRelatedMetricsResponse
public static interface ListAnomalyGroupRelatedMetricsResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<ListAnomalyGroupRelatedMetricsResponse.Builder,ListAnomalyGroupRelatedMetricsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnomalyGroupRelatedMetricsResponse.BuilderinterMetricImpactList(Collection<InterMetricImpactDetails> interMetricImpactList)Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.ListAnomalyGroupRelatedMetricsResponse.BuilderinterMetricImpactList(Consumer<InterMetricImpactDetails.Builder>... interMetricImpactList)Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.ListAnomalyGroupRelatedMetricsResponse.BuilderinterMetricImpactList(InterMetricImpactDetails... interMetricImpactList)Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.ListAnomalyGroupRelatedMetricsResponse.BuildernextToken(String nextToken)The pagination token that's included if more results are available.-
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
-
interMetricImpactList
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.
- Parameters:
interMetricImpactList- Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interMetricImpactList
ListAnomalyGroupRelatedMetricsResponse.Builder interMetricImpactList(InterMetricImpactDetails... interMetricImpactList)
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
- Parameters:
interMetricImpactList- Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interMetricImpactList
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.Builderavoiding the need to create one manually viaInterMetricImpactDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#interMetricImpactList(List.) - Parameters:
interMetricImpactList- a consumer that will call methods onInterMetricImpactDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#interMetricImpactList(java.util.Collection)
-
nextToken
ListAnomalyGroupRelatedMetricsResponse.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.
-
-