public static class CertificateAuthorityBundleVersionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public CertificateAuthorityBundleVersionSummary.Builder certificateAuthorityId(String certificateAuthorityId)
The OCID of the certificate authority (CA).
certificateAuthorityId
- the value to setpublic CertificateAuthorityBundleVersionSummary.Builder serialNumber(String serialNumber)
A unique certificate identifier used in certificate revocation tracking, formatted as
octets. Example: 03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF
serialNumber
- the value to setpublic CertificateAuthorityBundleVersionSummary.Builder timeCreated(Date timeCreated)
An optional property indicating when the CA version was created, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeCreated
- the value to setpublic CertificateAuthorityBundleVersionSummary.Builder versionNumber(Long versionNumber)
The version number of the CA.
versionNumber
- the value to setpublic CertificateAuthorityBundleVersionSummary.Builder versionName(String versionName)
The name of the CA version. When this value is not null, the name is unique across CA versions for a given CA.
versionName
- the value to setpublic CertificateAuthorityBundleVersionSummary.Builder certificateAuthorityName(String certificateAuthorityName)
The name of the CA.
certificateAuthorityName
- the value to setpublic CertificateAuthorityBundleVersionSummary.Builder timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the CA version, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeOfDeletion
- the value to setpublic CertificateAuthorityBundleVersionSummary.Builder validity(Validity validity)
public CertificateAuthorityBundleVersionSummary.Builder stages(List<VersionStage> stages)
A list of rotation states for this CA version.
stages
- the value to setpublic CertificateAuthorityBundleVersionSummary.Builder revocationStatus(RevocationStatus revocationStatus)
public CertificateAuthorityBundleVersionSummary build()
public CertificateAuthorityBundleVersionSummary.Builder copy(CertificateAuthorityBundleVersionSummary model)
Copyright © 2016–2024. All rights reserved.