Interface SigningProfileParameter.Builder

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

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

    • 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

      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.