Interface NumericalScaleDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NumericalScaleDefinition.Builder,,NumericalScaleDefinition> SdkBuilder<NumericalScaleDefinition.Builder,,NumericalScaleDefinition> SdkPojo
- Enclosing class:
NumericalScaleDefinition
@Mutable
@NotThreadSafe
public static interface NumericalScaleDefinition.Builder
extends SdkPojo, CopyableBuilder<NumericalScaleDefinition.Builder,NumericalScaleDefinition>
-
Method Summary
Modifier and TypeMethodDescriptiondefinition(String definition) The description that explains what this numerical rating represents and when it should be used.The label or name that describes this numerical rating option.The numerical value for this rating scale option.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, sdkFieldNameToField, sdkFields
-
Method Details
-
definition
The description that explains what this numerical rating represents and when it should be used.
- Parameters:
definition- The description that explains what this numerical rating represents and when it should be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The numerical value for this rating scale option.
- Parameters:
value- The numerical value for this rating scale option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
The label or name that describes this numerical rating option.
- Parameters:
label- The label or name that describes this numerical rating option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-