Interface DataPointMenuLabelOption.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DataPointMenuLabelOption.Builder,,DataPointMenuLabelOption> SdkBuilder<DataPointMenuLabelOption.Builder,,DataPointMenuLabelOption> SdkPojo
- Enclosing class:
 DataPointMenuLabelOption
public static interface DataPointMenuLabelOption.Builder
extends SdkPojo, CopyableBuilder<DataPointMenuLabelOption.Builder,DataPointMenuLabelOption> 
- 
Method Summary
Modifier and TypeMethodDescriptionavailabilityStatus(String availabilityStatus) The status of the data point menu options.availabilityStatus(DashboardBehavior availabilityStatus) The status of the data point menu options.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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:
 
 - 
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:
 
 
 -