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