public static interface CredentialSummary.Builder extends SdkPojo, CopyableBuilder<CredentialSummary.Builder,CredentialSummary>
| Modifier and Type | Method and Description |
|---|---|
CredentialSummary.Builder |
enabled(Boolean enabled)
Indicates whether the credential is enabled.
|
CredentialSummary.Builder |
failed(Boolean failed)
Indicates whether the temporary credential request was successful.
|
CredentialSummary.Builder |
issuer(String issuer)
The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
|
CredentialSummary.Builder |
seenAt(Instant seenAt)
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
|
CredentialSummary.Builder |
serialNumber(String serialNumber)
The serial number of the certificate.
|
CredentialSummary.Builder |
x509CertificateData(String x509CertificateData)
The PEM-encoded data of the certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCredentialSummary.Builder enabled(Boolean enabled)
Indicates whether the credential is enabled.
enabled - Indicates whether the credential is enabled.CredentialSummary.Builder failed(Boolean failed)
Indicates whether the temporary credential request was successful.
failed - Indicates whether the temporary credential request was successful.CredentialSummary.Builder issuer(String issuer)
The fully qualified domain name of the issuing certificate for the presented end-entity certificate.
issuer - The fully qualified domain name of the issuing certificate for the presented end-entity certificate.CredentialSummary.Builder seenAt(Instant seenAt)
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
seenAt - The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.CredentialSummary.Builder serialNumber(String serialNumber)
The serial number of the certificate.
serialNumber - The serial number of the certificate.CredentialSummary.Builder x509CertificateData(String x509CertificateData)
The PEM-encoded data of the certificate.
x509CertificateData - The PEM-encoded data of the certificate.Copyright © 2023. All rights reserved.