Interface TooltipSheetDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TooltipSheetDefinition.Builder,,TooltipSheetDefinition> SdkBuilder<TooltipSheetDefinition.Builder,,TooltipSheetDefinition> SdkPojo
- Enclosing class:
TooltipSheetDefinition
-
Method Summary
Modifier and TypeMethodDescriptionimages(Collection<SheetImage> images) A list of images on a tooltip sheet.images(Consumer<SheetImage.Builder>... images) A list of images on a tooltip sheet.images(SheetImage... images) A list of images on a tooltip sheet.layouts(Collection<Layout> layouts) Layouts define how the components of a tooltip sheet are arranged.layouts(Consumer<Layout.Builder>... layouts) Layouts define how the components of a tooltip sheet are arranged.Layouts define how the components of a tooltip sheet are arranged.The name of the tooltip sheet.The unique identifier of a tooltip sheet.textBoxes(Collection<SheetTextBox> textBoxes) The text boxes that are on a tooltip sheet.textBoxes(Consumer<SheetTextBox.Builder>... textBoxes) The text boxes that are on a tooltip sheet.textBoxes(SheetTextBox... textBoxes) The text boxes that are on a tooltip sheet.visuals(Collection<Visual> visuals) A list of the visuals that are on a tooltip sheet.visuals(Consumer<Visual.Builder>... visuals) A list of the visuals that are on a tooltip sheet.A list of the visuals that are on a tooltip sheet.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
-
sheetId
The unique identifier of a tooltip sheet.
- Parameters:
sheetId- The unique identifier of a tooltip sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the tooltip sheet. This name is displayed on the sheet's tab in the Quick console.
- Parameters:
name- The name of the tooltip sheet. This name is displayed on the sheet's tab in the Quick console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visuals
A list of the visuals that are on a tooltip sheet.
- Parameters:
visuals- A list of the visuals that are on a tooltip sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visuals
A list of the visuals that are on a tooltip sheet.
- Parameters:
visuals- A list of the visuals that are on a tooltip sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visuals
A list of the visuals that are on a tooltip sheet.
This is a convenience method that creates an instance of theVisual.Builderavoiding the need to create one manually viaVisual.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovisuals(List<Visual>).- Parameters:
visuals- a consumer that will call methods onVisual.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
textBoxes
The text boxes that are on a tooltip sheet.
- Parameters:
textBoxes- The text boxes that are on a tooltip sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textBoxes
The text boxes that are on a tooltip sheet.
- Parameters:
textBoxes- The text boxes that are on a tooltip sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textBoxes
The text boxes that are on a tooltip sheet.
This is a convenience method that creates an instance of theSheetTextBox.Builderavoiding the need to create one manually viaSheetTextBox.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totextBoxes(List<SheetTextBox>).- Parameters:
textBoxes- a consumer that will call methods onSheetTextBox.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
images
A list of images on a tooltip sheet.
- Parameters:
images- A list of images on a tooltip sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
images
A list of images on a tooltip sheet.
- Parameters:
images- A list of images on a tooltip sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
images
A list of images on a tooltip sheet.
This is a convenience method that creates an instance of theSheetImage.Builderavoiding the need to create one manually viaSheetImage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimages(List<SheetImage>).- Parameters:
images- a consumer that will call methods onSheetImage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
layouts
Layouts define how the components of a tooltip sheet are arranged.
For more information, see Types of layout in the Amazon Quick Suite User Guide.
- Parameters:
layouts- Layouts define how the components of a tooltip sheet are arranged.For more information, see Types of layout in the Amazon Quick Suite User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layouts
Layouts define how the components of a tooltip sheet are arranged.
For more information, see Types of layout in the Amazon Quick Suite User Guide.
- Parameters:
layouts- Layouts define how the components of a tooltip sheet are arranged.For more information, see Types of layout in the Amazon Quick Suite User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layouts
Layouts define how the components of a tooltip sheet are arranged.
For more information, see Types of layout in the Amazon Quick Suite User Guide.
This is a convenience method that creates an instance of theLayout.Builderavoiding the need to create one manually viaLayout.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolayouts(List<Layout>).- Parameters:
layouts- a consumer that will call methods onLayout.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-