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