Interface FieldTooltipItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldTooltipItem.Builder,
,FieldTooltipItem> SdkBuilder<FieldTooltipItem.Builder,
,FieldTooltipItem> SdkPojo
- Enclosing class:
FieldTooltipItem
public static interface FieldTooltipItem.Builder
extends SdkPojo, CopyableBuilder<FieldTooltipItem.Builder,FieldTooltipItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ID of the field that is targeted by the tooltip.The label of the tooltip item.visibility
(String visibility) The visibility of the tooltip item.visibility
(Visibility visibility) The visibility of the tooltip item.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 Details
-
fieldId
The unique ID of the field that is targeted by the tooltip.
- Parameters:
fieldId
- The unique ID of the field that is targeted by the tooltip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
The label of the tooltip item.
- Parameters:
label
- The label of the tooltip item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibility
The visibility of the tooltip item.
- Parameters:
visibility
- The visibility of the tooltip item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the tooltip item.
- Parameters:
visibility
- The visibility of the tooltip item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-