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 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.