Class CreateObjectStorageConfigSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.CreateObjectStorageConfigSourceDetails.Builder
-
- Enclosing class:
- CreateObjectStorageConfigSourceDetails
public static class CreateObjectStorageConfigSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
workingDirectory
public CreateObjectStorageConfigSourceDetails.Builder workingDirectory(String workingDirectory)
-
region
public CreateObjectStorageConfigSourceDetails.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 CreateObjectStorageConfigSourceDetails.Builder namespace(String namespace)
The Object Storage namespace that contains the bucket.- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucketName
public CreateObjectStorageConfigSourceDetails.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 CreateObjectStorageConfigSourceDetails build()
-
copy
public CreateObjectStorageConfigSourceDetails.Builder copy(CreateObjectStorageConfigSourceDetails model)
-
-