Class ObjectStorageConfigSource.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.ObjectStorageConfigSource.Builder
 
- 
- Enclosing class:
- ObjectStorageConfigSource
 
 public static class ObjectStorageConfigSource.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageConfigSource.BuilderbucketName(String bucketName)The name of the bucket that contains the Terraform configuration files.ObjectStorageConfigSourcebuild()ObjectStorageConfigSource.Buildercopy(ObjectStorageConfigSource model)ObjectStorageConfigSource.Buildernamespace(String namespace)The Object Storage namespace that contains the bucket.ObjectStorageConfigSource.Builderregion(String region)The name of the bucket’s region.ObjectStorageConfigSource.BuilderworkingDirectory(String workingDirectory)
 
- 
- 
- 
Method Detail- 
workingDirectorypublic ObjectStorageConfigSource.Builder workingDirectory(String workingDirectory) 
 - 
regionpublic ObjectStorageConfigSource.Builder region(String region) The name of the bucket’s region.Example: us-phoenix-1 - Parameters:
- region- the value to set
- Returns:
- this builder
 
 - 
namespacepublic ObjectStorageConfigSource.Builder namespace(String namespace) The Object Storage namespace that contains the bucket.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketNamepublic ObjectStorageConfigSource.Builder bucketName(String bucketName) The name of the bucket that contains the Terraform configuration files.Maximum file size (applies to each file in the bucket): 100 MB. (In a bucket, a file is an object.) - Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectStorageConfigSource build() 
 - 
copypublic ObjectStorageConfigSource.Builder copy(ObjectStorageConfigSource model) 
 
- 
 
-