Interface AppliedAttachmentsConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AppliedAttachmentsConfiguration.Builder,,- AppliedAttachmentsConfiguration> - SdkBuilder<AppliedAttachmentsConfiguration.Builder,,- AppliedAttachmentsConfiguration> - SdkPojo
- Enclosing class:
- AppliedAttachmentsConfiguration
@Mutable
@NotThreadSafe
public static interface AppliedAttachmentsConfiguration.Builder
extends SdkPojo, CopyableBuilder<AppliedAttachmentsConfiguration.Builder,AppliedAttachmentsConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionattachmentsControlMode(String attachmentsControlMode) Information about whether file upload during chat functionality is activated for your application.attachmentsControlMode(AttachmentsControlMode attachmentsControlMode) Information about whether file upload during chat functionality is activated for your application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attachmentsControlModeInformation about whether file upload during chat functionality is activated for your application. - Parameters:
- attachmentsControlMode- Information about whether file upload during chat functionality is activated for your application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
attachmentsControlModeAppliedAttachmentsConfiguration.Builder attachmentsControlMode(AttachmentsControlMode attachmentsControlMode) Information about whether file upload during chat functionality is activated for your application. - Parameters:
- attachmentsControlMode- Information about whether file upload during chat functionality is activated for your application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-