Interface AttachmentsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttachmentsConfiguration.Builder,
,AttachmentsConfiguration> SdkBuilder<AttachmentsConfiguration.Builder,
,AttachmentsConfiguration> SdkPojo
- Enclosing class:
AttachmentsConfiguration
@Mutable
@NotThreadSafe
public static interface AttachmentsConfiguration.Builder
extends SdkPojo, CopyableBuilder<AttachmentsConfiguration.Builder,AttachmentsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentsControlMode
(String attachmentsControlMode) Status information about whether file upload functionality is activated or deactivated for your end user.attachmentsControlMode
(AttachmentsControlMode attachmentsControlMode) Status information about whether file upload functionality is activated or deactivated for your end user.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
Status information about whether file upload functionality is activated or deactivated for your end user.
- Parameters:
attachmentsControlMode
- Status information about whether file upload functionality is activated or deactivated for your end user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attachmentsControlMode
AttachmentsConfiguration.Builder attachmentsControlMode(AttachmentsControlMode attachmentsControlMode) Status information about whether file upload functionality is activated or deactivated for your end user.
- Parameters:
attachmentsControlMode
- Status information about whether file upload functionality is activated or deactivated for your end user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-