Interface DataPointTooltipOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataPointTooltipOption.Builder,DataPointTooltipOption>,SdkBuilder<DataPointTooltipOption.Builder,DataPointTooltipOption>,SdkPojo
- Enclosing class:
- DataPointTooltipOption
@Mutable @NotThreadSafe public static interface DataPointTooltipOption.Builder extends SdkPojo, CopyableBuilder<DataPointTooltipOption.Builder,DataPointTooltipOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPointTooltipOption.BuilderavailabilityStatus(String availabilityStatus)The status of the data point tool tip options.DataPointTooltipOption.BuilderavailabilityStatus(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
availabilityStatus
DataPointTooltipOption.Builder availabilityStatus(String 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:
DashboardBehavior,DashboardBehavior
-
availabilityStatus
DataPointTooltipOption.Builder availabilityStatus(DashboardBehavior 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:
DashboardBehavior,DashboardBehavior
-
-