public static interface SigningJobRevocationRecord.Builder extends SdkPojo, CopyableBuilder<SigningJobRevocationRecord.Builder,SigningJobRevocationRecord>
| Modifier and Type | Method and Description |
|---|---|
SigningJobRevocationRecord.Builder |
reason(String reason)
A caller-supplied reason for revocation.
|
SigningJobRevocationRecord.Builder |
revokedAt(Instant revokedAt)
The time of revocation.
|
SigningJobRevocationRecord.Builder |
revokedBy(String revokedBy)
The identity of the revoker.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigningJobRevocationRecord.Builder reason(String reason)
A caller-supplied reason for revocation.
reason - A caller-supplied reason for revocation.SigningJobRevocationRecord.Builder revokedAt(Instant revokedAt)
The time of revocation.
revokedAt - The time of revocation.SigningJobRevocationRecord.Builder revokedBy(String revokedBy)
The identity of the revoker.
revokedBy - The identity of the revoker.Copyright © 2022. All rights reserved.