Interface QAppsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QAppsConfiguration.Builder,
,QAppsConfiguration> SdkBuilder<QAppsConfiguration.Builder,
,QAppsConfiguration> SdkPojo
- Enclosing class:
QAppsConfiguration
@Mutable
@NotThreadSafe
public static interface QAppsConfiguration.Builder
extends SdkPojo, CopyableBuilder<QAppsConfiguration.Builder,QAppsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionqAppsControlMode
(String qAppsControlMode) Status information about whether end users can create and use Amazon Q Apps in the web experience.qAppsControlMode
(QAppsControlMode qAppsControlMode) Status information about whether end users can create and use Amazon Q Apps in the web experience.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 Details
-
qAppsControlMode
Status information about whether end users can create and use Amazon Q Apps in the web experience.
- Parameters:
qAppsControlMode
- Status information about whether end users can create and use Amazon Q Apps in the web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qAppsControlMode
Status information about whether end users can create and use Amazon Q Apps in the web experience.
- Parameters:
qAppsControlMode
- Status information about whether end users can create and use Amazon Q Apps in the web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-