Interface SigningProfileParameter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SigningProfileParameter.Builder,,SigningProfileParameter> SdkBuilder<SigningProfileParameter.Builder,,SigningProfileParameter> SdkPojo
- Enclosing class:
SigningProfileParameter
@Mutable
@NotThreadSafe
public static interface SigningProfileParameter.Builder
extends SdkPojo, CopyableBuilder<SigningProfileParameter.Builder,SigningProfileParameter>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(String certificateArn) Certificate ARN.certificatePathOnDevice(String certificatePathOnDevice) The location of the code-signing certificate on your device.The hardware platform of your device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-