Interface TooltipItem.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TooltipItem.Builder,,TooltipItem> SdkBuilder<TooltipItem.Builder,,TooltipItem> SdkPojo
- Enclosing class:
 TooltipItem
public static interface TooltipItem.Builder
extends SdkPojo, CopyableBuilder<TooltipItem.Builder,TooltipItem> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault TooltipItem.BuildercolumnTooltipItem(Consumer<ColumnTooltipItem.Builder> columnTooltipItem) The tooltip item for the columns that are not part of a field well.columnTooltipItem(ColumnTooltipItem columnTooltipItem) The tooltip item for the columns that are not part of a field well.default TooltipItem.BuilderfieldTooltipItem(Consumer<FieldTooltipItem.Builder> fieldTooltipItem) The tooltip item for the fields.fieldTooltipItem(FieldTooltipItem fieldTooltipItem) The tooltip item for the fields.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, sdkFields 
- 
Method Details
- 
fieldTooltipItem
The tooltip item for the fields.
- Parameters:
 fieldTooltipItem- The tooltip item for the fields.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fieldTooltipItem
The tooltip item for the fields.
This is a convenience method that creates an instance of theFieldTooltipItem.Builderavoiding the need to create one manually viaFieldTooltipItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldTooltipItem(FieldTooltipItem).- Parameters:
 fieldTooltipItem- a consumer that will call methods onFieldTooltipItem.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
columnTooltipItem
The tooltip item for the columns that are not part of a field well.
- Parameters:
 columnTooltipItem- The tooltip item for the columns that are not part of a field well.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
columnTooltipItem
default TooltipItem.Builder columnTooltipItem(Consumer<ColumnTooltipItem.Builder> columnTooltipItem) The tooltip item for the columns that are not part of a field well.
This is a convenience method that creates an instance of theColumnTooltipItem.Builderavoiding the need to create one manually viaColumnTooltipItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumnTooltipItem(ColumnTooltipItem).- Parameters:
 columnTooltipItem- a consumer that will call methods onColumnTooltipItem.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -