public static interface DetectMetricSetConfigResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<DetectMetricSetConfigResponse.Builder,DetectMetricSetConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default DetectMetricSetConfigResponse.Builder |
detectedMetricSetConfig(Consumer<DetectedMetricSetConfig.Builder> detectedMetricSetConfig)
The inferred dataset configuration for the datasource.
|
DetectMetricSetConfigResponse.Builder |
detectedMetricSetConfig(DetectedMetricSetConfig detectedMetricSetConfig)
The inferred dataset configuration for the datasource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectMetricSetConfigResponse.Builder detectedMetricSetConfig(DetectedMetricSetConfig detectedMetricSetConfig)
The inferred dataset configuration for the datasource.
detectedMetricSetConfig - The inferred dataset configuration for the datasource.default DetectMetricSetConfigResponse.Builder detectedMetricSetConfig(Consumer<DetectedMetricSetConfig.Builder> detectedMetricSetConfig)
The inferred dataset configuration for the datasource.
This is a convenience method that creates an instance of theDetectedMetricSetConfig.Builder avoiding
the need to create one manually via DetectedMetricSetConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to detectedMetricSetConfig(DetectedMetricSetConfig).
detectedMetricSetConfig - a consumer that will call methods on DetectedMetricSetConfig.BuilderdetectedMetricSetConfig(DetectedMetricSetConfig)Copyright © 2023. All rights reserved.