Class UpdateObjectStorageConfigSourceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.UpdateObjectStorageConfigSourceDetails.Builder
 
- 
- Enclosing class:
- UpdateObjectStorageConfigSourceDetails
 
 public static class UpdateObjectStorageConfigSourceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateObjectStorageConfigSourceDetails.BuilderbucketName(String bucketName)The name of the bucket that contains the Terraform configuration files.UpdateObjectStorageConfigSourceDetailsbuild()UpdateObjectStorageConfigSourceDetails.Buildercopy(UpdateObjectStorageConfigSourceDetails model)UpdateObjectStorageConfigSourceDetails.Buildernamespace(String namespace)The Object Storage namespace that contains the bucket.UpdateObjectStorageConfigSourceDetails.Builderregion(String region)The name of the bucket’s region.UpdateObjectStorageConfigSourceDetails.BuilderworkingDirectory(String workingDirectory)
 
- 
- 
- 
Method Detail- 
workingDirectorypublic UpdateObjectStorageConfigSourceDetails.Builder workingDirectory(String workingDirectory) 
 - 
regionpublic UpdateObjectStorageConfigSourceDetails.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 UpdateObjectStorageConfigSourceDetails.Builder namespace(String namespace) The Object Storage namespace that contains the bucket.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketNamepublic UpdateObjectStorageConfigSourceDetails.Builder bucketName(String bucketName) The name of the bucket that contains the Terraform configuration files.- Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateObjectStorageConfigSourceDetails build() 
 - 
copypublic UpdateObjectStorageConfigSourceDetails.Builder copy(UpdateObjectStorageConfigSourceDetails model) 
 
- 
 
-