Class ObjectStorageBucketConfigDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.certificatesmanagement.model.ObjectStorageBucketConfigDetails.Builder
 
- 
- Enclosing class:
- ObjectStorageBucketConfigDetails
 
 public static class ObjectStorageBucketConfigDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageBucketConfigDetailsbuild()ObjectStorageBucketConfigDetails.Buildercopy(ObjectStorageBucketConfigDetails model)ObjectStorageBucketConfigDetails.BuilderobjectStorageBucketName(String objectStorageBucketName)The name of the bucket where the CRL is stored.ObjectStorageBucketConfigDetails.BuilderobjectStorageNamespace(String objectStorageNamespace)The tenancy of the bucket where the CRL is stored.ObjectStorageBucketConfigDetails.BuilderobjectStorageObjectNameFormat(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.
 
- 
- 
- 
Method Detail- 
objectStorageNamespacepublic ObjectStorageBucketConfigDetails.Builder objectStorageNamespace(String objectStorageNamespace) The tenancy of the bucket where the CRL is stored.- Parameters:
- objectStorageNamespace- the value to set
- Returns:
- this builder
 
 - 
objectStorageBucketNamepublic ObjectStorageBucketConfigDetails.Builder objectStorageBucketName(String objectStorageBucketName) The name of the bucket where the CRL is stored.- Parameters:
- objectStorageBucketName- the value to set
- Returns:
- this builder
 
 - 
objectStorageObjectNameFormatpublic 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. - Parameters:
- objectStorageObjectNameFormat- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectStorageBucketConfigDetails build() 
 - 
copypublic ObjectStorageBucketConfigDetails.Builder copy(ObjectStorageBucketConfigDetails model) 
 
- 
 
-