Interface SAMLPrivateKey.Builder

    • Method Detail

      • keyId

        SAMLPrivateKey.Builder keyId​(String keyId)

        The unique identifier for the SAML private key.

        Parameters:
        keyId - The unique identifier for the SAML private key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        SAMLPrivateKey.Builder timestamp​(Instant timestamp)

        The date and time, in ISO 8601 date-time format, when the private key was uploaded.

        Parameters:
        timestamp - The date and time, in ISO 8601 date-time format, when the private key was uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.