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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SigningProfileParameter.BuildercertificateArn(String certificateArn)Certificate ARN.SigningProfileParameter.BuildercertificatePathOnDevice(String certificatePathOnDevice)The location of the code-signing certificate on your device.SigningProfileParameter.Builderplatform(String platform)The hardware platform of your device.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-