Interface CustomPluginFileDescription.Builder

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

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

    • fileMd5

      The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.

      Parameters:
      fileMd5 - The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSize

      The size in bytes of the custom plugin file. You can use it to validate the file.

      Parameters:
      fileSize - The size in bytes of the custom plugin file. You can use it to validate the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.