Interface SigningProfileParameter.Builder

    • Method Detail

      • certificateArn

        SigningProfileParameter.Builder certificateArn​(String certificateArn)

        Certificate ARN.

        Parameters:
        certificateArn - Certificate ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platform

        SigningProfileParameter.Builder platform​(String platform)

        The hardware platform of your device.

        Parameters:
        platform - The hardware platform of your device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificatePathOnDevice

        SigningProfileParameter.Builder certificatePathOnDevice​(String certificatePathOnDevice)

        The location of the code-signing certificate on your device.

        Parameters:
        certificatePathOnDevice - The location of the code-signing certificate on your device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.