Interface SigningPlatform.Builder

    • Method Detail

      • platformId

        SigningPlatform.Builder platformId​(String platformId)

        The ID of a code signing platform.

        Parameters:
        platformId - The ID of a code signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        SigningPlatform.Builder displayName​(String displayName)

        The display name of a code signing platform.

        Parameters:
        displayName - The display name of a code signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partner

        SigningPlatform.Builder partner​(String partner)

        Any partner entities linked to a code signing platform.

        Parameters:
        partner - Any partner entities linked to a code signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        SigningPlatform.Builder target​(String target)

        The types of targets that can be signed by a code signing platform.

        Parameters:
        target - The types of targets that can be signed by a code signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • category

        SigningPlatform.Builder category​(String category)

        The category of a code signing platform.

        Parameters:
        category - The category of a code signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Category, Category
      • category

        SigningPlatform.Builder category​(Category category)

        The category of a code signing platform.

        Parameters:
        category - The category of a code signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Category, Category
      • signingConfiguration

        SigningPlatform.Builder signingConfiguration​(SigningConfiguration signingConfiguration)

        The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

        Parameters:
        signingConfiguration - The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signingImageFormat

        SigningPlatform.Builder signingImageFormat​(SigningImageFormat signingImageFormat)
        Sets the value of the SigningImageFormat property for this object.
        Parameters:
        signingImageFormat - The new value for the SigningImageFormat property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxSizeInMB

        SigningPlatform.Builder maxSizeInMB​(Integer maxSizeInMB)

        The maximum size (in MB) of code that can be signed by a code signing platform.

        Parameters:
        maxSizeInMB - The maximum size (in MB) of code that can be signed by a code signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revocationSupported

        SigningPlatform.Builder revocationSupported​(Boolean revocationSupported)

        Indicates whether revocation is supported for the platform.

        Parameters:
        revocationSupported - Indicates whether revocation is supported for the platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.