public static class ObjectStorageBucketConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageBucketConfigDetails |
build() |
ObjectStorageBucketConfigDetails.Builder |
copy(ObjectStorageBucketConfigDetails model) |
ObjectStorageBucketConfigDetails.Builder |
objectStorageBucketName(String objectStorageBucketName)
The name of the bucket where the CRL is stored.
|
ObjectStorageBucketConfigDetails.Builder |
objectStorageNamespace(String objectStorageNamespace)
The tenancy of the bucket where the CRL is stored.
|
ObjectStorageBucketConfigDetails.Builder |
objectStorageObjectNameFormat(String objectStorageObjectNameFormat)
The object name in the bucket where the CRL is stored, expressed using a format where the
version number of the issuing CA is inserted as part of the Object Storage object name
wherever you include a pair of curly braces.
|
public ObjectStorageBucketConfigDetails.Builder objectStorageNamespace(String objectStorageNamespace)
The tenancy of the bucket where the CRL is stored.
objectStorageNamespace
- the value to setpublic ObjectStorageBucketConfigDetails.Builder objectStorageBucketName(String objectStorageBucketName)
The name of the bucket where the CRL is stored.
objectStorageBucketName
- the value to setpublic ObjectStorageBucketConfigDetails.Builder objectStorageObjectNameFormat(String objectStorageObjectNameFormat)
The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name 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.
objectStorageObjectNameFormat
- the value to setpublic ObjectStorageBucketConfigDetails build()
public ObjectStorageBucketConfigDetails.Builder copy(ObjectStorageBucketConfigDetails model)
Copyright © 2016–2024. All rights reserved.