Class ObjectStorageConfigSource.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.ObjectStorageConfigSource.Builder
-
- Enclosing class:
- ObjectStorageConfigSource
public static class ObjectStorageConfigSource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageConfigSource.Builder
bucketName(String bucketName)
The name of the bucket that contains the Terraform configuration files.ObjectStorageConfigSource
build()
ObjectStorageConfigSource.Builder
copy(ObjectStorageConfigSource model)
ObjectStorageConfigSource.Builder
namespace(String namespace)
The Object Storage namespace that contains the bucket.ObjectStorageConfigSource.Builder
region(String region)
The name of the bucket’s region.ObjectStorageConfigSource.Builder
workingDirectory(String workingDirectory)
-
-
-
Method Detail
-
workingDirectory
public ObjectStorageConfigSource.Builder workingDirectory(String workingDirectory)
-
region
public 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
-
namespace
public ObjectStorageConfigSource.Builder namespace(String namespace)
The Object Storage namespace that contains the bucket.- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucketName
public 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
-
build
public ObjectStorageConfigSource build()
-
copy
public ObjectStorageConfigSource.Builder copy(ObjectStorageConfigSource model)
-
-