| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
VariableValue.Builder |
VariableValue.Builder.boolValue(Boolean boolValue)
If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
|
static VariableValue.Builder |
VariableValue.builder() |
VariableValue.Builder |
VariableValue.Builder.doubleValue(Double doubleValue)
If this feature uses the double integer variation type, this field contains the double integer value of this
variation.
|
VariableValue.Builder |
VariableValue.Builder.longValue(Long longValue)
If this feature uses the long variation type, this field contains the long value of this variation.
|
VariableValue.Builder |
VariableValue.Builder.stringValue(String stringValue)
If this feature uses the string variation type, this field contains the string value of this variation.
|
VariableValue.Builder |
VariableValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VariableValue.Builder> |
VariableValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Variation.Builder |
Variation.Builder.value(Consumer<VariableValue.Builder> value)
The value assigned to this variation.
|
default EvaluationResult.Builder |
EvaluationResult.Builder.value(Consumer<VariableValue.Builder> value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
default VariationConfig.Builder |
VariationConfig.Builder.value(Consumer<VariableValue.Builder> value)
The value assigned to this variation.
|
default EvaluateFeatureResponse.Builder |
EvaluateFeatureResponse.Builder.value(Consumer<VariableValue.Builder> value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
Copyright © 2023. All rights reserved.