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