Interface SigningProfileRevocationRecord.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SigningProfileRevocationRecord.Builder,,SigningProfileRevocationRecord> SdkBuilder<SigningProfileRevocationRecord.Builder,,SigningProfileRevocationRecord> SdkPojo
- Enclosing class:
SigningProfileRevocationRecord
@Mutable
@NotThreadSafe
public static interface SigningProfileRevocationRecord.Builder
extends SdkPojo, CopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>
-
Method Summary
Modifier and TypeMethodDescriptionrevocationEffectiveFrom(Instant revocationEffectiveFrom) The time when revocation becomes effective.The time when the signing profile was revoked.The identity of the revoker.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
revocationEffectiveFrom
The time when revocation becomes effective.
- Parameters:
revocationEffectiveFrom- The time when revocation becomes effective.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokedAt
The time when the signing profile was revoked.
- Parameters:
revokedAt- The time when the signing profile was revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokedBy
The identity of the revoker.
- Parameters:
revokedBy- The identity of the revoker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-