public static class ObjectStorageConfigSourceRecord.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageConfigSourceRecord.Builder |
bucketName(String bucketName)
The name of the bucket that contains the Terraform configuration files.
|
ObjectStorageConfigSourceRecord |
build() |
ObjectStorageConfigSourceRecord.Builder |
copy(ObjectStorageConfigSourceRecord model) |
ObjectStorageConfigSourceRecord.Builder |
namespace(String namespace)
The Object Storage namespace that contains the bucket.
|
ObjectStorageConfigSourceRecord.Builder |
region(String region)
The name of the bucket’s region.
|
public ObjectStorageConfigSourceRecord.Builder region(String region)
The name of the bucket’s region. Example: us-phoenix-1
region
- the value to setpublic ObjectStorageConfigSourceRecord.Builder namespace(String namespace)
The Object Storage namespace that contains the bucket.
namespace
- the value to setpublic ObjectStorageConfigSourceRecord.Builder bucketName(String bucketName)
The name of the bucket that contains the Terraform configuration files.
bucketName
- the value to setpublic ObjectStorageConfigSourceRecord build()
public ObjectStorageConfigSourceRecord.Builder copy(ObjectStorageConfigSourceRecord model)
Copyright © 2016–2025. All rights reserved.