Interface SigningImageFormat.Builder

  • Method Details

    • supportedFormatsWithStrings

      SigningImageFormat.Builder supportedFormatsWithStrings(Collection<String> supportedFormats)

      The supported formats of a signing image.

      Parameters:
      supportedFormats - The supported formats of a signing image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedFormatsWithStrings

      SigningImageFormat.Builder supportedFormatsWithStrings(String... supportedFormats)

      The supported formats of a signing image.

      Parameters:
      supportedFormats - The supported formats of a signing image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedFormats

      SigningImageFormat.Builder supportedFormats(Collection<ImageFormat> supportedFormats)

      The supported formats of a signing image.

      Parameters:
      supportedFormats - The supported formats of a signing image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedFormats

      SigningImageFormat.Builder supportedFormats(ImageFormat... supportedFormats)

      The supported formats of a signing image.

      Parameters:
      supportedFormats - The supported formats of a signing image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultFormat

      SigningImageFormat.Builder defaultFormat(String defaultFormat)

      The default format of a signing image.

      Parameters:
      defaultFormat - The default format of a signing image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultFormat

      SigningImageFormat.Builder defaultFormat(ImageFormat defaultFormat)

      The default format of a signing image.

      Parameters:
      defaultFormat - The default format of a signing image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: