Uses of Interface
software.amazon.awssdk.services.evidently.model.Treatment.Builder
-
Packages that use Treatment.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of Treatment.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return Treatment.Builder Modifier and Type Method Description static Treatment.BuilderTreatment. builder()Treatment.BuilderTreatment.Builder. description(String description)The description of the treatment.Treatment.BuilderTreatment.Builder. featureVariations(Map<String,String> featureVariations)The feature variation used for this treatment.Treatment.BuilderTreatment.Builder. name(String name)The name of this treatment.Treatment.BuilderTreatment. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type Treatment.Builder Modifier and Type Method Description static Class<? extends Treatment.Builder>Treatment. serializableBuilderClass()
-