Uses of Interface
software.amazon.awssdk.services.signer.model.SigningProfileRevocationRecord.Builder
-
Packages that use SigningProfileRevocationRecord.Builder Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningProfileRevocationRecord.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return SigningProfileRevocationRecord.Builder Modifier and Type Method Description static SigningProfileRevocationRecord.BuilderSigningProfileRevocationRecord. builder()SigningProfileRevocationRecord.BuilderSigningProfileRevocationRecord.Builder. revocationEffectiveFrom(Instant revocationEffectiveFrom)The time when revocation becomes effective.SigningProfileRevocationRecord.BuilderSigningProfileRevocationRecord.Builder. revokedAt(Instant revokedAt)The time when the signing profile was revoked.SigningProfileRevocationRecord.BuilderSigningProfileRevocationRecord.Builder. revokedBy(String revokedBy)The identity of the revoker.SigningProfileRevocationRecord.BuilderSigningProfileRevocationRecord. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type SigningProfileRevocationRecord.Builder Modifier and Type Method Description static Class<? extends SigningProfileRevocationRecord.Builder>SigningProfileRevocationRecord. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type SigningProfileRevocationRecord.Builder Modifier and Type Method Description default GetSigningProfileResponse.BuilderGetSigningProfileResponse.Builder. revocationRecord(Consumer<SigningProfileRevocationRecord.Builder> revocationRecord)Sets the value of the RevocationRecord property for this object.
-