Class CfnApplication.QAppsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.qbusiness.CfnApplication.QAppsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication.QAppsConfigurationProperty>
- Enclosing interface:
CfnApplication.QAppsConfigurationProperty
@Stability(Stable)
public static final class CfnApplication.QAppsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.QAppsConfigurationProperty>
A builder for
CfnApplication.QAppsConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.qAppsControlMode(String qAppsControlMode) Sets the value ofCfnApplication.QAppsConfigurationProperty.getQAppsControlMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
qAppsControlMode
@Stability(Stable) public CfnApplication.QAppsConfigurationProperty.Builder qAppsControlMode(String qAppsControlMode) Sets the value ofCfnApplication.QAppsConfigurationProperty.getQAppsControlMode()- Parameters:
qAppsControlMode- Status information about whether end users can create and use Amazon Q Apps in the web experience. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplication.QAppsConfigurationProperty>- Returns:
- a new instance of
CfnApplication.QAppsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-