Uses of Class
software.amazon.awscdk.services.appconfig.CfnExperimentRun.Builder
Packages that use CfnExperimentRun.Builder
-
Uses of CfnExperimentRun.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return CfnExperimentRun.BuilderModifier and TypeMethodDescriptionCfnExperimentRun.Builder.applicationIdentifier(String applicationIdentifier) The application name or ID used to create the experiment run.static CfnExperimentRun.BuilderCfnExperimentRun.Builder.description(String description) Description of the experiment run.CfnExperimentRun.Builder.experimentDefinitionIdentifier(String experimentDefinitionIdentifier) The experiment definition name or ID used to create the experiment run.CfnExperimentRun.Builder.exposurePercentage(Number exposurePercentage) Percentage of traffic exposed to the experiment (0-100).Tags to associate with the experiment run.CfnExperimentRun.Builder.treatmentOverrides(IResolvable treatmentOverrides) Treatment overrides for specific entities.CfnExperimentRun.Builder.treatmentOverrides(CfnExperimentRun.TreatmentOverridesProperty treatmentOverrides) Treatment overrides for specific entities.