Interface CredentialSummary.Builder

    • Method Detail

      • enabled

        CredentialSummary.Builder enabled​(Boolean enabled)

        Indicates whether the credential is enabled.

        Parameters:
        enabled - Indicates whether the credential is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failed

        CredentialSummary.Builder failed​(Boolean failed)

        Indicates whether the temporary credential request was successful.

        Parameters:
        failed - Indicates whether the temporary credential request was successful.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • issuer

        CredentialSummary.Builder issuer​(String issuer)

        The fully qualified domain name of the issuing certificate for the presented end-entity certificate.

        Parameters:
        issuer - The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • seenAt

        CredentialSummary.Builder seenAt​(Instant seenAt)

        The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

        Parameters:
        seenAt - The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serialNumber

        CredentialSummary.Builder serialNumber​(String serialNumber)

        The serial number of the certificate.

        Parameters:
        serialNumber - The serial number of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • x509CertificateData

        CredentialSummary.Builder x509CertificateData​(String x509CertificateData)

        The PEM-encoded data of the certificate.

        Parameters:
        x509CertificateData - The PEM-encoded data of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.