Uses of Interface
software.amazon.awssdk.services.evidently.model.OnlineAbConfig.Builder
-
Packages that use OnlineAbConfig.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of OnlineAbConfig.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return OnlineAbConfig.Builder Modifier and Type Method Description static OnlineAbConfig.BuilderOnlineAbConfig. builder()OnlineAbConfig.BuilderOnlineAbConfig.Builder. controlTreatmentName(String controlTreatmentName)The name of the variation that is to be the default variation that the other variations are compared to.OnlineAbConfig.BuilderOnlineAbConfig. toBuilder()OnlineAbConfig.BuilderOnlineAbConfig.Builder. treatmentWeights(Map<String,Long> treatmentWeights)A set of key-value pairs.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type OnlineAbConfig.Builder Modifier and Type Method Description static Class<? extends OnlineAbConfig.Builder>OnlineAbConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type OnlineAbConfig.Builder Modifier and Type Method Description default CreateExperimentRequest.BuilderCreateExperimentRequest.Builder. onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig)A structure that contains the configuration of which variation to use as the "control" version.default UpdateExperimentRequest.BuilderUpdateExperimentRequest.Builder. onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig)A structure that contains the configuration of which variation o use as the "control" version.
-