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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldTooltipItem.BuilderfieldId(String fieldId)The unique ID of the field that is targeted by the tooltip.FieldTooltipItem.Builderlabel(String label)The label of the tooltip item.FieldTooltipItem.Buildervisibility(String visibility)The visibility of the tooltip item.FieldTooltipItem.Buildervisibility(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 Detail
-
fieldId
FieldTooltipItem.Builder fieldId(String 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
FieldTooltipItem.Builder label(String 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
FieldTooltipItem.Builder visibility(String 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,Visibility
-
visibility
FieldTooltipItem.Builder visibility(Visibility 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,Visibility
-
-