public static interface SigningProfileRevocationRecord.Builder extends SdkPojo, CopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>
| Modifier and Type | Method and Description |
|---|---|
SigningProfileRevocationRecord.Builder |
revocationEffectiveFrom(Instant revocationEffectiveFrom)
The time when revocation becomes effective.
|
SigningProfileRevocationRecord.Builder |
revokedAt(Instant revokedAt)
The time when the signing profile was revoked.
|
SigningProfileRevocationRecord.Builder |
revokedBy(String revokedBy)
The identity of the revoker.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigningProfileRevocationRecord.Builder revocationEffectiveFrom(Instant revocationEffectiveFrom)
The time when revocation becomes effective.
revocationEffectiveFrom - The time when revocation becomes effective.SigningProfileRevocationRecord.Builder revokedAt(Instant revokedAt)
The time when the signing profile was revoked.
revokedAt - The time when the signing profile was revoked.SigningProfileRevocationRecord.Builder revokedBy(String revokedBy)
The identity of the revoker.
revokedBy - The identity of the revoker.Copyright © 2023. All rights reserved.