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