Uses of Interface
software.amazon.awssdk.services.evidently.model.VariableValue.Builder
-
Packages that use VariableValue.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of VariableValue.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return VariableValue.Builder Modifier and Type Method Description VariableValue.BuilderVariableValue.Builder. boolValue(Boolean boolValue)If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.static VariableValue.BuilderVariableValue. builder()VariableValue.BuilderVariableValue.Builder. doubleValue(Double doubleValue)If this feature uses the double integer variation type, this field contains the double integer value of this variation.VariableValue.BuilderVariableValue.Builder. longValue(Long longValue)If this feature uses the long variation type, this field contains the long value of this variation.VariableValue.BuilderVariableValue.Builder. stringValue(String stringValue)If this feature uses the string variation type, this field contains the string value of this variation.VariableValue.BuilderVariableValue. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type VariableValue.Builder Modifier and Type Method Description static Class<? extends VariableValue.Builder>VariableValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type VariableValue.Builder Modifier and Type Method Description default EvaluateFeatureResponse.BuilderEvaluateFeatureResponse.Builder. value(Consumer<VariableValue.Builder> value)The value assigned to this variation to differentiate it from the other variations of this feature.default EvaluationResult.BuilderEvaluationResult.Builder. value(Consumer<VariableValue.Builder> value)The value assigned to this variation to differentiate it from the other variations of this feature.default Variation.BuilderVariation.Builder. value(Consumer<VariableValue.Builder> value)The value assigned to this variation.default VariationConfig.BuilderVariationConfig.Builder. value(Consumer<VariableValue.Builder> value)The value assigned to this variation.
-