Interface SigningImageFormat.Builder

    • Method Detail

      • supportedFormatsWithStrings

        SigningImageFormat.Builder supportedFormatsWithStrings​(Collection<String> supportedFormats)

        The supported formats of a code signing image.

        Parameters:
        supportedFormats - The supported formats of a code 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 code signing image.

        Parameters:
        supportedFormats - The supported formats of a code 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 code signing image.

        Parameters:
        supportedFormats - The supported formats of a code 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 code signing image.

        Parameters:
        supportedFormats - The supported formats of a code 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 code signing image.

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

        SigningImageFormat.Builder defaultFormat​(ImageFormat defaultFormat)

        The default format of a code signing image.

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