Interface AppliedAttachmentsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AppliedAttachmentsConfiguration.Builder,,AppliedAttachmentsConfiguration> SdkBuilder<AppliedAttachmentsConfiguration.Builder,,AppliedAttachmentsConfiguration> SdkPojo
- Enclosing class:
AppliedAttachmentsConfiguration
public static interface AppliedAttachmentsConfiguration.Builder
extends SdkPojo, CopyableBuilder<AppliedAttachmentsConfiguration.Builder,AppliedAttachmentsConfiguration>
-
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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:
-
attachmentsControlMode
AppliedAttachmentsConfiguration.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:
-