Interface SigningProfileRevocationRecord.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>,SdkBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>,SdkPojo
- Enclosing class:
- SigningProfileRevocationRecord
public static interface SigningProfileRevocationRecord.Builder extends SdkPojo, CopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SigningProfileRevocationRecord.BuilderrevocationEffectiveFrom(Instant revocationEffectiveFrom)The time when revocation becomes effective.SigningProfileRevocationRecord.BuilderrevokedAt(Instant revokedAt)The time when the signing profile was revoked.SigningProfileRevocationRecord.BuilderrevokedBy(String revokedBy)The identity of the revoker.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
revocationEffectiveFrom
SigningProfileRevocationRecord.Builder revocationEffectiveFrom(Instant 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
SigningProfileRevocationRecord.Builder revokedAt(Instant 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
SigningProfileRevocationRecord.Builder revokedBy(String 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.
-
-