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 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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:
-