| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static SigningProfileRevocationRecord.Builder |
SigningProfileRevocationRecord.builder() |
SigningProfileRevocationRecord.Builder |
SigningProfileRevocationRecord.Builder.revocationEffectiveFrom(Instant revocationEffectiveFrom)
The time when revocation becomes effective.
|
SigningProfileRevocationRecord.Builder |
SigningProfileRevocationRecord.Builder.revokedAt(Instant revokedAt)
The time when the signing profile was revoked.
|
SigningProfileRevocationRecord.Builder |
SigningProfileRevocationRecord.Builder.revokedBy(String revokedBy)
The identity of the revoker.
|
SigningProfileRevocationRecord.Builder |
SigningProfileRevocationRecord.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SigningProfileRevocationRecord.Builder> |
SigningProfileRevocationRecord.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSigningProfileResponse.Builder |
GetSigningProfileResponse.Builder.revocationRecord(Consumer<SigningProfileRevocationRecord.Builder> revocationRecord)
Sets the value of the RevocationRecord property for this object.
|
Copyright © 2023. All rights reserved.