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
Modifier and TypeMethodDescriptionfloatValue
(Float floatValue) A floating point number representing the value for a rating in a custom metric rating scale.stringValue
(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 Details
-
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
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.
-