Interface SigningJobRevocationRecord.Builder

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