Uses of Class
com.hashicorp.cdktf.providers.aws.evidently_feature.EvidentlyFeatureVariationsValue.Builder
-
Packages that use EvidentlyFeatureVariationsValue.Builder Package Description com.hashicorp.cdktf.providers.aws.evidently_feature aws_evidently_feature -
-
Uses of EvidentlyFeatureVariationsValue.Builder in com.hashicorp.cdktf.providers.aws.evidently_feature
Methods in com.hashicorp.cdktf.providers.aws.evidently_feature that return EvidentlyFeatureVariationsValue.Builder Modifier and Type Method Description EvidentlyFeatureVariationsValue.BuilderEvidentlyFeatureVariationsValue.Builder. boolValue(String boolValue)Sets the value ofEvidentlyFeatureVariationsValue.getBoolValue()static EvidentlyFeatureVariationsValue.BuilderEvidentlyFeatureVariationsValue. builder()EvidentlyFeatureVariationsValue.BuilderEvidentlyFeatureVariationsValue.Builder. doubleValue(String doubleValue)Sets the value ofEvidentlyFeatureVariationsValue.getDoubleValue()EvidentlyFeatureVariationsValue.BuilderEvidentlyFeatureVariationsValue.Builder. longValue(String longValue)Sets the value ofEvidentlyFeatureVariationsValue.getLongValue()EvidentlyFeatureVariationsValue.BuilderEvidentlyFeatureVariationsValue.Builder. stringValue(String stringValue)Sets the value ofEvidentlyFeatureVariationsValue.getStringValue()Constructors in com.hashicorp.cdktf.providers.aws.evidently_feature with parameters of type EvidentlyFeatureVariationsValue.Builder Constructor Description Jsii$Proxy(EvidentlyFeatureVariationsValue.Builder builder)Constructor that initializes the object based on literal property values passed by theEvidentlyFeatureVariationsValue.Builder.
-