Interface GetDataQualityMetricsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDataQualityMetricsResponse.Builder,GetDataQualityMetricsResponse>,LookoutMetricsResponse.Builder,SdkBuilder<GetDataQualityMetricsResponse.Builder,GetDataQualityMetricsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDataQualityMetricsResponse
public static interface GetDataQualityMetricsResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<GetDataQualityMetricsResponse.Builder,GetDataQualityMetricsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDataQualityMetricsResponse.BuilderanomalyDetectorDataQualityMetricList(Collection<AnomalyDetectorDataQualityMetric> anomalyDetectorDataQualityMetricList)A list of the data quality metrics for theAnomalyDetectorArnthat you requested.GetDataQualityMetricsResponse.BuilderanomalyDetectorDataQualityMetricList(Consumer<AnomalyDetectorDataQualityMetric.Builder>... anomalyDetectorDataQualityMetricList)A list of the data quality metrics for theAnomalyDetectorArnthat you requested.GetDataQualityMetricsResponse.BuilderanomalyDetectorDataQualityMetricList(AnomalyDetectorDataQualityMetric... anomalyDetectorDataQualityMetricList)A list of the data quality metrics for theAnomalyDetectorArnthat you requested.-
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
-
anomalyDetectorDataQualityMetricList
GetDataQualityMetricsResponse.Builder anomalyDetectorDataQualityMetricList(Collection<AnomalyDetectorDataQualityMetric> anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the
AnomalyDetectorArnthat you requested.- Parameters:
anomalyDetectorDataQualityMetricList- A list of the data quality metrics for theAnomalyDetectorArnthat you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyDetectorDataQualityMetricList
GetDataQualityMetricsResponse.Builder anomalyDetectorDataQualityMetricList(AnomalyDetectorDataQualityMetric... anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the
AnomalyDetectorArnthat you requested.- Parameters:
anomalyDetectorDataQualityMetricList- A list of the data quality metrics for theAnomalyDetectorArnthat you requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyDetectorDataQualityMetricList
GetDataQualityMetricsResponse.Builder anomalyDetectorDataQualityMetricList(Consumer<AnomalyDetectorDataQualityMetric.Builder>... anomalyDetectorDataQualityMetricList)
A list of the data quality metrics for the
This is a convenience method that creates an instance of theAnomalyDetectorArnthat you requested.AnomalyDetectorDataQualityMetric.Builderavoiding the need to create one manually viaAnomalyDetectorDataQualityMetric.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#anomalyDetectorDataQualityMetricList(List.) - Parameters:
anomalyDetectorDataQualityMetricList- a consumer that will call methods onAnomalyDetectorDataQualityMetric.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#anomalyDetectorDataQualityMetricList(java.util.Collection)
-
-