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