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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppliedAttachmentsConfiguration.BuilderattachmentsControlMode(String attachmentsControlMode)Information about whether file upload during chat functionality is activated for your application.AppliedAttachmentsConfiguration.BuilderattachmentsControlMode(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, sdkFields
-
-
-
-
Method Detail
-
attachmentsControlMode
AppliedAttachmentsConfiguration.Builder attachmentsControlMode(String 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,AttachmentsControlMode
-
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:
AttachmentsControlMode,AttachmentsControlMode
-
-