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