public static interface SigningProfileParameter.Builder extends SdkPojo, CopyableBuilder<SigningProfileParameter.Builder,SigningProfileParameter>
| Modifier and Type | Method and Description |
|---|---|
SigningProfileParameter.Builder |
certificateArn(String certificateArn)
Certificate ARN.
|
SigningProfileParameter.Builder |
certificatePathOnDevice(String certificatePathOnDevice)
The location of the code-signing certificate on your device.
|
SigningProfileParameter.Builder |
platform(String platform)
The hardware platform of your device.
|
copyapplyMutation, buildSigningProfileParameter.Builder certificateArn(String certificateArn)
Certificate ARN.
certificateArn - Certificate ARN.SigningProfileParameter.Builder platform(String platform)
The hardware platform of your device.
platform - The hardware platform of your device.SigningProfileParameter.Builder certificatePathOnDevice(String certificatePathOnDevice)
The location of the code-signing certificate on your device.
certificatePathOnDevice - The location of the code-signing certificate on your device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.