Interface DataQAEnabledOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataQAEnabledOption.Builder,DataQAEnabledOption>,SdkBuilder<DataQAEnabledOption.Builder,DataQAEnabledOption>,SdkPojo
- Enclosing class:
- DataQAEnabledOption
@Mutable @NotThreadSafe public static interface DataQAEnabledOption.Builder extends SdkPojo, CopyableBuilder<DataQAEnabledOption.Builder,DataQAEnabledOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataQAEnabledOption.BuilderavailabilityStatus(String availabilityStatus)The status of the Data Q&A option on the dashboard.DataQAEnabledOption.BuilderavailabilityStatus(DashboardBehavior availabilityStatus)The status of the Data Q&A option on the dashboard.-
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
DataQAEnabledOption.Builder availabilityStatus(String 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:
DashboardBehavior,DashboardBehavior
-
availabilityStatus
DataQAEnabledOption.Builder availabilityStatus(DashboardBehavior 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:
DashboardBehavior,DashboardBehavior
-
-