Interface DataPointMenuLabelOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataPointMenuLabelOption.Builder,DataPointMenuLabelOption>,SdkBuilder<DataPointMenuLabelOption.Builder,DataPointMenuLabelOption>,SdkPojo
- Enclosing class:
- DataPointMenuLabelOption
@Mutable @NotThreadSafe public static interface DataPointMenuLabelOption.Builder extends SdkPojo, CopyableBuilder<DataPointMenuLabelOption.Builder,DataPointMenuLabelOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPointMenuLabelOption.BuilderavailabilityStatus(String availabilityStatus)The status of the data point menu options.DataPointMenuLabelOption.BuilderavailabilityStatus(DashboardBehavior availabilityStatus)The status of the data point menu 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
DataPointMenuLabelOption.Builder availabilityStatus(String availabilityStatus)
The status of the data point menu options.
- Parameters:
availabilityStatus- The status of the data point menu options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DashboardBehavior,DashboardBehavior
-
availabilityStatus
DataPointMenuLabelOption.Builder availabilityStatus(DashboardBehavior availabilityStatus)
The status of the data point menu options.
- Parameters:
availabilityStatus- The status of the data point menu options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DashboardBehavior,DashboardBehavior
-
-