Interface SigningProfileRevocationRecord.Builder

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