Interface FileValidationMessage.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FileValidationMessage.Builder,FileValidationMessage>, SdkBuilder<FileValidationMessage.Builder,FileValidationMessage>, SdkPojo
Enclosing class:
FileValidationMessage

public static interface FileValidationMessage.Builder extends SdkPojo, CopyableBuilder<FileValidationMessage.Builder,FileValidationMessage>
  • Method Details

    • title

      The message title.

      Parameters:
      title - The message title.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      The message content.

      Parameters:
      content - The message content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The message type.

      Parameters:
      type - The message type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.