public static interface FeatureValue.Builder extends SdkPojo, CopyableBuilder<FeatureValue.Builder,FeatureValue>
| Modifier and Type | Method and Description |
|---|---|
FeatureValue.Builder |
featureName(String featureName)
The name of a feature that a feature value corresponds to.
|
FeatureValue.Builder |
valueAsString(String valueAsString)
The value associated with a feature, in string format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeatureValue.Builder featureName(String featureName)
The name of a feature that a feature value corresponds to.
featureName - The name of a feature that a feature value corresponds to.FeatureValue.Builder valueAsString(String valueAsString)
The value associated with a feature, in string format. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.
valueAsString - The value associated with a feature, in string format. Note that features types can be String,
Integral, or Fractional. This value represents all three types as a string.Copyright © 2022. All rights reserved.