Uses of Interface
software.amazon.awssdk.services.quicksight.model.SheetTextBox.Builder
-
Packages that use SheetTextBox.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SheetTextBox.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SheetTextBox.Builder Modifier and Type Method Description static SheetTextBox.BuilderSheetTextBox. builder()SheetTextBox.BuilderSheetTextBox.Builder. content(String content)The content that is displayed in the text box.SheetTextBox.BuilderSheetTextBox.Builder. sheetTextBoxId(String sheetTextBoxId)The unique identifier for a text box.SheetTextBox.BuilderSheetTextBox. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SheetTextBox.Builder Modifier and Type Method Description static Class<? extends SheetTextBox.Builder>SheetTextBox. serializableBuilderClass()
-