Interface CellValueSynonym.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CellValueSynonym.Builder,CellValueSynonym>,SdkBuilder<CellValueSynonym.Builder,CellValueSynonym>,SdkPojo
- Enclosing class:
- CellValueSynonym
public static interface CellValueSynonym.Builder extends SdkPojo, CopyableBuilder<CellValueSynonym.Builder,CellValueSynonym>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CellValueSynonym.BuildercellValue(String cellValue)The cell value.CellValueSynonym.Buildersynonyms(String... synonyms)Other names or aliases for the cell value.CellValueSynonym.Buildersynonyms(Collection<String> synonyms)Other names or aliases for the cell value.-
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, sdkFields
-
-
-
-
Method Detail
-
cellValue
CellValueSynonym.Builder cellValue(String cellValue)
The cell value.
- Parameters:
cellValue- The cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
synonyms
CellValueSynonym.Builder synonyms(Collection<String> synonyms)
Other names or aliases for the cell value.
- Parameters:
synonyms- Other names or aliases for the cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
synonyms
CellValueSynonym.Builder synonyms(String... synonyms)
Other names or aliases for the cell value.
- Parameters:
synonyms- Other names or aliases for the cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-