Uses of Interface
software.amazon.awssdk.services.quicksight.model.CellValueSynonym.Builder
-
Packages that use CellValueSynonym.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CellValueSynonym.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CellValueSynonym.Builder Modifier and Type Method Description static CellValueSynonym.BuilderCellValueSynonym. builder()CellValueSynonym.BuilderCellValueSynonym.Builder. cellValue(String cellValue)The cell value.CellValueSynonym.BuilderCellValueSynonym.Builder. synonyms(String... synonyms)Other names or aliases for the cell value.CellValueSynonym.BuilderCellValueSynonym.Builder. synonyms(Collection<String> synonyms)Other names or aliases for the cell value.CellValueSynonym.BuilderCellValueSynonym. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CellValueSynonym.Builder Modifier and Type Method Description static Class<? extends CellValueSynonym.Builder>CellValueSynonym. serializableBuilderClass()
-