Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnFeaturePropsMixin.Builder
Packages that use CfnFeaturePropsMixin.Builder
-
Uses of CfnFeaturePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.evidently
Methods in software.amazon.awscdk.cfnpropertymixins.services.evidently that return CfnFeaturePropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnFeaturePropsMixin.BuilderCfnFeaturePropsMixin.Builder.create()static CfnFeaturePropsMixin.BuilderCfnFeaturePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFeaturePropsMixin.Builder.defaultVariation(String defaultVariation) The name of the variation to use as the default variation.CfnFeaturePropsMixin.Builder.description(String description) An optional description of the feature.CfnFeaturePropsMixin.Builder.entityOverrides(List<? extends Object> entityOverrides) Specify users that should always be served a specific variation of a feature.CfnFeaturePropsMixin.Builder.entityOverrides(IResolvable entityOverrides) Specify users that should always be served a specific variation of a feature.CfnFeaturePropsMixin.Builder.evaluationStrategy(String evaluationStrategy) SpecifyALL_RULESto activate the traffic allocation specified by any ongoing launches or experiments.The name for the feature.The name or ARN of the project that is to contain the new feature.CfnFeaturePropsMixin.Builder.project(IProjectRef project) The name or ARN of the project that is to contain the new feature.Assigns one or more tags (key-value pairs) to the feature.CfnFeaturePropsMixin.Builder.variations(List<? extends Object> variations) An array of structures that contain the configuration of the feature's different variations.CfnFeaturePropsMixin.Builder.variations(IResolvable variations) An array of structures that contain the configuration of the feature's different variations.