Interface FeatureValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FeatureValue.Builder,,FeatureValue> SdkBuilder<FeatureValue.Builder,,FeatureValue> SdkPojo
- Enclosing class:
 FeatureValue
- 
Method Summary
Modifier and TypeMethodDescriptionfeatureName(String featureName) The name of a feature that a feature value corresponds to.valueAsString(String valueAsString) The value in string format associated with a feature.valueAsStringList(String... valueAsStringList) The list of values in string format associated with a feature.valueAsStringList(Collection<String> valueAsStringList) The list of values in string format associated with a feature.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
featureName
The name of a feature that a feature value corresponds to.
- Parameters:
 featureName- The name of a feature that a feature value corresponds to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
valueAsString
The value in string format associated with a feature. Used when your
CollectionTypeisNone. Note that features types can beString,Integral, orFractional. This value represents all three types as a string.- Parameters:
 valueAsString- The value in string format associated with a feature. Used when yourCollectionTypeisNone. Note that features types can beString,Integral, orFractional. This value represents all three types as a string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
valueAsStringList
The list of values in string format associated with a feature. Used when your
CollectionTypeis aList,Set, orVector. Note that features types can beString,Integral, orFractional. These values represents all three types as a string.- Parameters:
 valueAsStringList- The list of values in string format associated with a feature. Used when yourCollectionTypeis aList,Set, orVector. Note that features types can beString,Integral, orFractional. These values represents all three types as a string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
valueAsStringList
The list of values in string format associated with a feature. Used when your
CollectionTypeis aList,Set, orVector. Note that features types can beString,Integral, orFractional. These values represents all three types as a string.- Parameters:
 valueAsStringList- The list of values in string format associated with a feature. Used when yourCollectionTypeis aList,Set, orVector. Note that features types can beString,Integral, orFractional. These values represents all three types as a string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -