Interface QAppsConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QAppsConfiguration.Builder,QAppsConfiguration>,SdkBuilder<QAppsConfiguration.Builder,QAppsConfiguration>,SdkPojo
- Enclosing class:
- QAppsConfiguration
public static interface QAppsConfiguration.Builder extends SdkPojo, CopyableBuilder<QAppsConfiguration.Builder,QAppsConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QAppsConfiguration.BuilderqAppsControlMode(String qAppsControlMode)Status information about whether end users can create and use Amazon Q Apps in the web experience.QAppsConfiguration.BuilderqAppsControlMode(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, sdkFields
-
-
-
-
Method Detail
-
qAppsControlMode
QAppsConfiguration.Builder qAppsControlMode(String 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,QAppsControlMode
-
qAppsControlMode
QAppsConfiguration.Builder qAppsControlMode(QAppsControlMode 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,QAppsControlMode
-
-