Interface AttachmentsConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AttachmentsConfiguration.Builder,AttachmentsConfiguration>,SdkBuilder<AttachmentsConfiguration.Builder,AttachmentsConfiguration>,SdkPojo
- Enclosing class:
- AttachmentsConfiguration
public static interface AttachmentsConfiguration.Builder extends SdkPojo, CopyableBuilder<AttachmentsConfiguration.Builder,AttachmentsConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentsConfiguration.BuilderattachmentsControlMode(String attachmentsControlMode)Status information about whether file upload functionality is activated or deactivated for your end user.AttachmentsConfiguration.BuilderattachmentsControlMode(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, sdkFields
-
-
-
-
Method Detail
-
attachmentsControlMode
AttachmentsConfiguration.Builder attachmentsControlMode(String 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,AttachmentsControlMode
-
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:
AttachmentsControlMode,AttachmentsControlMode
-
-