Interface RatingScaleItemValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RatingScaleItemValue.Builder,RatingScaleItemValue>,SdkBuilder<RatingScaleItemValue.Builder,RatingScaleItemValue>,SdkPojo
- Enclosing class:
- RatingScaleItemValue
@Mutable @NotThreadSafe public static interface RatingScaleItemValue.Builder extends SdkPojo, CopyableBuilder<RatingScaleItemValue.Builder,RatingScaleItemValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RatingScaleItemValue.BuilderfloatValue(Float floatValue)A floating point number representing the value for a rating in a custom metric rating scale.RatingScaleItemValue.BuilderstringValue(String stringValue)A string representing the value for a rating in a custom metric rating scale.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
stringValue
RatingScaleItemValue.Builder stringValue(String stringValue)
A string representing the value for a rating in a custom metric rating scale.
- Parameters:
stringValue- A string representing the value for a rating in a custom metric rating scale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
floatValue
RatingScaleItemValue.Builder floatValue(Float floatValue)
A floating point number representing the value for a rating in a custom metric rating scale.
- Parameters:
floatValue- A floating point number representing the value for a rating in a custom metric rating scale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-