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