Class CfnApplicationPropsMixin.AttachmentsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnApplicationPropsMixin.AttachmentsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.AttachmentsConfigurationProperty>
- Enclosing interface:
CfnApplicationPropsMixin.AttachmentsConfigurationProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.AttachmentsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.AttachmentsConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachmentsControlMode(String attachmentsControlMode) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attachmentsControlMode
@Stability(Stable) public CfnApplicationPropsMixin.AttachmentsConfigurationProperty.Builder attachmentsControlMode(String attachmentsControlMode) Sets the value ofCfnApplicationPropsMixin.AttachmentsConfigurationProperty.getAttachmentsControlMode()- Parameters:
attachmentsControlMode- Status information about whether file upload functionality is activated or deactivated for your end user.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin.AttachmentsConfigurationProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.AttachmentsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-