Interface SigningJobRevocationRecord.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SigningJobRevocationRecord.Builder,,SigningJobRevocationRecord> SdkBuilder<SigningJobRevocationRecord.Builder,,SigningJobRevocationRecord> SdkPojo
- Enclosing class:
SigningJobRevocationRecord
@Mutable
@NotThreadSafe
public static interface SigningJobRevocationRecord.Builder
extends SdkPojo, CopyableBuilder<SigningJobRevocationRecord.Builder,SigningJobRevocationRecord>
-
Method Summary
Modifier and TypeMethodDescriptionA caller-supplied reason for revocation.The time of revocation.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
-
reason
A caller-supplied reason for revocation.
- Parameters:
reason- A caller-supplied reason for revocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokedAt
The time of revocation.
- Parameters:
revokedAt- The time of revocation.- 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.
-