Uses of Class
software.amazon.awscdk.services.appconfig.CfnExperimentDefinition.Builder
Packages that use CfnExperimentDefinition.Builder
-
Uses of CfnExperimentDefinition.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return CfnExperimentDefinition.BuilderModifier and TypeMethodDescriptionCfnExperimentDefinition.Builder.applicationIdentifier(String applicationIdentifier) The application ID, name, or ARN.CfnExperimentDefinition.Builder.audienceDescription(String audienceDescription) Human-readable description of the audience.CfnExperimentDefinition.Builder.audienceRule(String audienceRule) Rule expression defining the experiment audience.CfnExperimentDefinition.Builder.configurationProfileIdentifier(String configurationProfileIdentifier) The configuration profile ID, name, or ARN.CfnExperimentDefinition.Builder.control(IResolvable control) A treatment variant with weight and flag value.CfnExperimentDefinition.Builder.control(CfnExperimentDefinition.TreatmentProperty control) A treatment variant with weight and flag value.CfnExperimentDefinition.Builder.environmentIdentifier(String environmentIdentifier) The environment ID, name, or ARN.The key of the existing flag in the configuration profile to experiment on.CfnExperimentDefinition.Builder.hypothesis(String hypothesis) The hypothesis of the experiment.CfnExperimentDefinition.Builder.launchCriteria(String launchCriteria) Criteria for launching the experiment.A name for the experiment definition.Tags to associate with the experiment definition.CfnExperimentDefinition.Builder.treatments(List<? extends Object> treatments) Treatment variants (1-5).CfnExperimentDefinition.Builder.treatments(IResolvable treatments) Treatment variants (1-5).