public static class ObjectStorageConfigSource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public ObjectStorageConfigSource.Builder workingDirectory(String workingDirectory)
public ObjectStorageConfigSource.Builder region(String region)
The name of the bucket’s region. Example: us-phoenix-1
region
- the value to setpublic ObjectStorageConfigSource.Builder namespace(String namespace)
The Object Storage namespace that contains the bucket.
namespace
- the value to setpublic 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.)
bucketName
- the value to setpublic ObjectStorageConfigSource build()
public ObjectStorageConfigSource.Builder copy(ObjectStorageConfigSource model)
Copyright © 2016–2024. All rights reserved.