Interface DataPointTooltipOption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataPointTooltipOption.Builder,
,DataPointTooltipOption> SdkBuilder<DataPointTooltipOption.Builder,
,DataPointTooltipOption> SdkPojo
- Enclosing class:
DataPointTooltipOption
public static interface DataPointTooltipOption.Builder
extends SdkPojo, CopyableBuilder<DataPointTooltipOption.Builder,DataPointTooltipOption>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityStatus
(String availabilityStatus) The status of the data point tool tip options.availabilityStatus
(DashboardBehavior availabilityStatus) The status of the data point tool tip options.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
-
availabilityStatus
The status of the data point tool tip options.
- Parameters:
availabilityStatus
- The status of the data point tool tip options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
availabilityStatus
The status of the data point tool tip options.
- Parameters:
availabilityStatus
- The status of the data point tool tip options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-