public static interface GetSigningProfileResponse.Builder extends SignerResponse.Builder, SdkPojo, CopyableBuilder<GetSigningProfileResponse.Builder,GetSigningProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSigningProfileResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
|
default GetSigningProfileResponse.Builder |
overrides(Consumer<SigningPlatformOverrides.Builder> overrides)
A list of overrides applied by the target signing profile for signing operations.
|
GetSigningProfileResponse.Builder |
overrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
|
GetSigningProfileResponse.Builder |
platformDisplayName(String platformDisplayName)
A human-readable name for the signing platform associated with the signing profile.
|
GetSigningProfileResponse.Builder |
platformId(String platformId)
The ID of the platform that is used by the target signing profile.
|
GetSigningProfileResponse.Builder |
profileName(String profileName)
The name of the target signing profile.
|
GetSigningProfileResponse.Builder |
profileVersion(String profileVersion)
The current version of the signing profile.
|
GetSigningProfileResponse.Builder |
profileVersionArn(String profileVersionArn)
The signing profile ARN, including the profile version.
|
default GetSigningProfileResponse.Builder |
revocationRecord(Consumer<SigningProfileRevocationRecord.Builder> revocationRecord)
Sets the value of the RevocationRecord property for this object.
|
GetSigningProfileResponse.Builder |
revocationRecord(SigningProfileRevocationRecord revocationRecord)
Sets the value of the RevocationRecord property for this object.
|
default GetSigningProfileResponse.Builder |
signatureValidityPeriod(Consumer<SignatureValidityPeriod.Builder> signatureValidityPeriod)
Sets the value of the SignatureValidityPeriod property for this object.
|
GetSigningProfileResponse.Builder |
signatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod)
Sets the value of the SignatureValidityPeriod property for this object.
|
default GetSigningProfileResponse.Builder |
signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
GetSigningProfileResponse.Builder |
signingMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
GetSigningProfileResponse.Builder |
signingParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
GetSigningProfileResponse.Builder |
status(SigningProfileStatus status)
The status of the target signing profile.
|
GetSigningProfileResponse.Builder |
status(String status)
The status of the target signing profile.
|
GetSigningProfileResponse.Builder |
statusReason(String statusReason)
Reason for the status of the target signing profile.
|
GetSigningProfileResponse.Builder |
tags(Map<String,String> tags)
A list of tags associated with the signing profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSigningProfileResponse.Builder profileName(String profileName)
The name of the target signing profile.
profileName - The name of the target signing profile.GetSigningProfileResponse.Builder profileVersion(String profileVersion)
The current version of the signing profile.
profileVersion - The current version of the signing profile.GetSigningProfileResponse.Builder profileVersionArn(String profileVersionArn)
The signing profile ARN, including the profile version.
profileVersionArn - The signing profile ARN, including the profile version.GetSigningProfileResponse.Builder revocationRecord(SigningProfileRevocationRecord revocationRecord)
revocationRecord - The new value for the RevocationRecord property for this object.default GetSigningProfileResponse.Builder revocationRecord(Consumer<SigningProfileRevocationRecord.Builder> revocationRecord)
SigningProfileRevocationRecord.Builder
avoiding the need to create one manually via SigningProfileRevocationRecord.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to revocationRecord(SigningProfileRevocationRecord).
revocationRecord - a consumer that will call methods on SigningProfileRevocationRecord.BuilderrevocationRecord(SigningProfileRevocationRecord)GetSigningProfileResponse.Builder signingMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
signingMaterial - The ARN of the certificate that the target profile uses for signing operations.default GetSigningProfileResponse.Builder signingMaterial(Consumer<SigningMaterial.Builder> signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
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)GetSigningProfileResponse.Builder platformId(String platformId)
The ID of the platform that is used by the target signing profile.
platformId - The ID of the platform that is used by the target signing profile.GetSigningProfileResponse.Builder platformDisplayName(String platformDisplayName)
A human-readable name for the signing platform associated with the signing profile.
platformDisplayName - A human-readable name for the signing platform associated with the signing profile.GetSigningProfileResponse.Builder signatureValidityPeriod(SignatureValidityPeriod signatureValidityPeriod)
signatureValidityPeriod - The new value for the SignatureValidityPeriod property for this object.default GetSigningProfileResponse.Builder signatureValidityPeriod(Consumer<SignatureValidityPeriod.Builder> signatureValidityPeriod)
SignatureValidityPeriod.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)GetSigningProfileResponse.Builder overrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
overrides - A list of overrides applied by the target signing profile for signing operations.default GetSigningProfileResponse.Builder overrides(Consumer<SigningPlatformOverrides.Builder> overrides)
A list of overrides applied by the target signing profile for signing operations.
This is a convenience method that creates an instance of theSigningPlatformOverrides.Builder
avoiding the need to create one manually via SigningPlatformOverrides.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to overrides(SigningPlatformOverrides).
overrides - a consumer that will call methods on SigningPlatformOverrides.Builderoverrides(SigningPlatformOverrides)GetSigningProfileResponse.Builder signingParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
signingParameters - A map of key-value pairs for signing operations that is attached to the target signing profile.GetSigningProfileResponse.Builder status(String status)
The status of the target signing profile.
status - The status of the target signing profile.SigningProfileStatus,
SigningProfileStatusGetSigningProfileResponse.Builder status(SigningProfileStatus status)
The status of the target signing profile.
status - The status of the target signing profile.SigningProfileStatus,
SigningProfileStatusGetSigningProfileResponse.Builder statusReason(String statusReason)
Reason for the status of the target signing profile.
statusReason - Reason for the status of the target signing profile.GetSigningProfileResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the signing profile.
arn - The Amazon Resource Name (ARN) for the signing profile.GetSigningProfileResponse.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.