Interface SigningJobRevocationRecord.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SigningJobRevocationRecord.Builder,SigningJobRevocationRecord>,SdkBuilder<SigningJobRevocationRecord.Builder,SigningJobRevocationRecord>,SdkPojo
- Enclosing class:
- SigningJobRevocationRecord
public static interface SigningJobRevocationRecord.Builder extends SdkPojo, CopyableBuilder<SigningJobRevocationRecord.Builder,SigningJobRevocationRecord>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SigningJobRevocationRecord.Builderreason(String reason)A caller-supplied reason for revocation.SigningJobRevocationRecord.BuilderrevokedAt(Instant revokedAt)The time of revocation.SigningJobRevocationRecord.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
-
reason
SigningJobRevocationRecord.Builder reason(String 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
SigningJobRevocationRecord.Builder revokedAt(Instant 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
SigningJobRevocationRecord.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.
-
-