public static interface SigningProfile.Builder extends SdkPojo, CopyableBuilder<SigningProfile.Builder,SigningProfile>
| Modifier and Type | Method and Description |
|---|---|
SigningProfile.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
|
SigningProfile.Builder |
platformDisplayName(String platformDisplayName)
The name of the signing platform.
|
SigningProfile.Builder |
platformId(String platformId)
The ID of a platform that is available for use by a signing profile.
|
SigningProfile.Builder |
profileName(String profileName)
The name of the signing profile.
|
SigningProfile.Builder |
profileVersion(String profileVersion)
The version of a signing profile.
|
SigningProfile.Builder |
profileVersionArn(String profileVersionArn)
The ARN of a signing profile, including the profile version.
|
default SigningProfile.Builder |
signatureValidityPeriod(Consumer<SignatureValidityPeriod.Builder> signatureValidityPeriod)
The validity period for a signing job created using this signing profile.
|
SigningProfile.Builder |
signatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod)
The validity period for a signing job created using this signing profile.
|
default SigningProfile.Builder |
signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
SigningProfile.Builder |
signingMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
|
SigningProfile.Builder |
signingParameters(Map<String,String> signingParameters)
The parameters that are available for use by a code signing user.
|
SigningProfile.Builder |
status(SigningProfileStatus status)
The status of a code signing profile.
|
SigningProfile.Builder |
status(String status)
The status of a code signing profile.
|
SigningProfile.Builder |
tags(Map<String,String> tags)
A list of tags associated with the signing profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigningProfile.Builder profileName(String profileName)
The name of the signing profile.
profileName - The name of the signing profile.SigningProfile.Builder profileVersion(String profileVersion)
The version of a signing profile.
profileVersion - The version of a signing profile.SigningProfile.Builder profileVersionArn(String profileVersionArn)
The ARN of a signing profile, including the profile version.
profileVersionArn - The ARN of a signing profile, including the profile version.SigningProfile.Builder signingMaterial(SigningMaterial signingMaterial)
The ACM certificate that is available for use by a signing profile.
signingMaterial - The ACM certificate that is available for use by a signing profile.default SigningProfile.Builder signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The ACM certificate that is available for use by a signing profile.
This is a convenience method that creates an instance of theSigningMaterial.Builder avoiding the
need to create one manually via SigningMaterial.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to signingMaterial(SigningMaterial).
signingMaterial - a consumer that will call methods on SigningMaterial.BuildersigningMaterial(SigningMaterial)SigningProfile.Builder signatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod)
The validity period for a signing job created using this signing profile.
signatureValidityPeriod - The validity period for a signing job created using this signing profile.default SigningProfile.Builder signatureValidityPeriod(Consumer<SignatureValidityPeriod.Builder> signatureValidityPeriod)
The validity period for a signing job created using this signing profile.
This is a convenience method that creates an instance of theSignatureValidityPeriod.Builder avoiding
the need to create one manually via SignatureValidityPeriod.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to signatureValidityPeriod(SignatureValidityPeriod).
signatureValidityPeriod - a consumer that will call methods on SignatureValidityPeriod.BuildersignatureValidityPeriod(SignatureValidityPeriod)SigningProfile.Builder platformId(String platformId)
The ID of a platform that is available for use by a signing profile.
platformId - The ID of a platform that is available for use by a signing profile.SigningProfile.Builder platformDisplayName(String platformDisplayName)
The name of the signing platform.
platformDisplayName - The name of the signing platform.SigningProfile.Builder signingParameters(Map<String,String> signingParameters)
The parameters that are available for use by a code signing user.
signingParameters - The parameters that are available for use by a code signing user.SigningProfile.Builder status(String status)
The status of a code signing profile.
status - The status of a code signing profile.SigningProfileStatus,
SigningProfileStatusSigningProfile.Builder status(SigningProfileStatus status)
The status of a code signing profile.
status - The status of a code signing profile.SigningProfileStatus,
SigningProfileStatusSigningProfile.Builder arn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
arn - The Amazon Resource Name (ARN) for the signing profile.SigningProfile.Builder tags(Map<String,String> tags)
A list of tags associated with the signing profile.
tags - A list of tags associated with the signing profile.Copyright © 2023. All rights reserved.