public static interface RevokeSigningProfileRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<RevokeSigningProfileRequest.Builder,RevokeSigningProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
RevokeSigningProfileRequest.Builder |
effectiveTime(Instant effectiveTime)
A timestamp for when revocation of a Signing Profile should become effective.
|
RevokeSigningProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RevokeSigningProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RevokeSigningProfileRequest.Builder |
profileName(String profileName)
The name of the signing profile to be revoked.
|
RevokeSigningProfileRequest.Builder |
profileVersion(String profileVersion)
The version of the signing profile to be revoked.
|
RevokeSigningProfileRequest.Builder |
reason(String reason)
The reason for revoking a signing profile.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRevokeSigningProfileRequest.Builder profileName(String profileName)
The name of the signing profile to be revoked.
profileName - The name of the signing profile to be revoked.RevokeSigningProfileRequest.Builder profileVersion(String profileVersion)
The version of the signing profile to be revoked.
profileVersion - The version of the signing profile to be revoked.RevokeSigningProfileRequest.Builder reason(String reason)
The reason for revoking a signing profile.
reason - The reason for revoking a signing profile.RevokeSigningProfileRequest.Builder effectiveTime(Instant effectiveTime)
A timestamp for when revocation of a Signing Profile should become effective. Signatures generated using the signing profile after this timestamp are not trusted.
effectiveTime - A timestamp for when revocation of a Signing Profile should become effective. Signatures generated
using the signing profile after this timestamp are not trusted.RevokeSigningProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRevokeSigningProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.