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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPointDrillUpDownOption.BuilderavailabilityStatus(String availabilityStatus)The status of the drill down options of data points.DataPointDrillUpDownOption.BuilderavailabilityStatus(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 Detail
-
availabilityStatus
DataPointDrillUpDownOption.Builder availabilityStatus(String 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:
DashboardBehavior,DashboardBehavior
-
availabilityStatus
DataPointDrillUpDownOption.Builder availabilityStatus(DashboardBehavior 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:
DashboardBehavior,DashboardBehavior
-
-