public static class CertificateRevocationListDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CertificateRevocationListDetails |
build() |
CertificateRevocationListDetails.Builder |
copy(CertificateRevocationListDetails model) |
CertificateRevocationListDetails.Builder |
customFormattedUrls(List<String> customFormattedUrls)
Optional CRL access points, expressed using a format where the version number of the
issuing CA is inserted wherever you include a pair of curly braces.
|
CertificateRevocationListDetails.Builder |
objectStorageConfig(ObjectStorageBucketConfigDetails objectStorageConfig) |
public CertificateRevocationListDetails.Builder objectStorageConfig(ObjectStorageBucketConfigDetails objectStorageConfig)
public CertificateRevocationListDetails.Builder customFormattedUrls(List<String> customFormattedUrls)
Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
customFormattedUrls
- the value to setpublic CertificateRevocationListDetails build()
public CertificateRevocationListDetails.Builder copy(CertificateRevocationListDetails model)
Copyright © 2016–2024. All rights reserved.