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 Details

    • 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

      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: