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