Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.MetricDefinition.Builder
-
Packages that use MetricDefinition.Builder Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of MetricDefinition.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return MetricDefinition.Builder Modifier and Type Method Description static MetricDefinition.BuilderMetricDefinition. builder()MetricDefinition.BuilderMetricDefinition.Builder. name(String name)The name of the model metric.MetricDefinition.BuilderMetricDefinition.Builder. regex(String regex)The regular expression statement that defines how the model metric is reported.MetricDefinition.BuilderMetricDefinition. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type MetricDefinition.Builder Modifier and Type Method Description static Class<? extends MetricDefinition.Builder>MetricDefinition. serializableBuilderClass()
-