Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.DetectMetricSetConfigResponse.Builder
-
Packages that use DetectMetricSetConfigResponse.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of DetectMetricSetConfigResponse.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return DetectMetricSetConfigResponse.Builder Modifier and Type Method Description static DetectMetricSetConfigResponse.BuilderDetectMetricSetConfigResponse. builder()default DetectMetricSetConfigResponse.BuilderDetectMetricSetConfigResponse.Builder. detectedMetricSetConfig(Consumer<DetectedMetricSetConfig.Builder> detectedMetricSetConfig)The inferred dataset configuration for the datasource.DetectMetricSetConfigResponse.BuilderDetectMetricSetConfigResponse.Builder. detectedMetricSetConfig(DetectedMetricSetConfig detectedMetricSetConfig)The inferred dataset configuration for the datasource.DetectMetricSetConfigResponse.BuilderDetectMetricSetConfigResponse. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type DetectMetricSetConfigResponse.Builder Modifier and Type Method Description static Class<? extends DetectMetricSetConfigResponse.Builder>DetectMetricSetConfigResponse. serializableBuilderClass()
-