Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.DetectedMetricSource.Builder
-
Packages that use DetectedMetricSource.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of DetectedMetricSource.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return DetectedMetricSource.Builder Modifier and Type Method Description static DetectedMetricSource.BuilderDetectedMetricSource. builder()default DetectedMetricSource.BuilderDetectedMetricSource.Builder. s3SourceConfig(Consumer<DetectedS3SourceConfig.Builder> s3SourceConfig)The data source's source configuration.DetectedMetricSource.BuilderDetectedMetricSource.Builder. s3SourceConfig(DetectedS3SourceConfig s3SourceConfig)The data source's source configuration.DetectedMetricSource.BuilderDetectedMetricSource. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type DetectedMetricSource.Builder Modifier and Type Method Description static Class<? extends DetectedMetricSource.Builder>DetectedMetricSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type DetectedMetricSource.Builder Modifier and Type Method Description default DetectedMetricSetConfig.BuilderDetectedMetricSetConfig.Builder. metricSource(Consumer<DetectedMetricSource.Builder> metricSource)The dataset's data source.
-