Class CustomTerraformProvider.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.CustomTerraformProvider.Builder
-
- Enclosing class:
- CustomTerraformProvider
public static class CustomTerraformProvider.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomTerraformProvider.Builder
bucketName(String bucketName)
The name of the bucket that contains the binary files for the custom Terraform providers.CustomTerraformProvider
build()
CustomTerraformProvider.Builder
copy(CustomTerraformProvider model)
CustomTerraformProvider.Builder
namespace(String namespace)
The Object Storage namespace that contains the bucket you want.CustomTerraformProvider.Builder
region(String region)
The name of the region that contains the bucket you want.
-
-
-
Method Detail
-
region
public CustomTerraformProvider.Builder region(String region)
The name of the region that contains the bucket you want.For information about regions, see Regions and Availability Domains. Example: us-phoenix-1
- Parameters:
region
- the value to set- Returns:
- this builder
-
namespace
public CustomTerraformProvider.Builder namespace(String namespace)
The Object Storage namespace that contains the bucket you want.For information about Object Storage namespaces, see Understanding Object Storage Namespaces.
- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucketName
public CustomTerraformProvider.Builder bucketName(String bucketName)
The name of the bucket that contains the binary files for the custom Terraform providers.For information about buckets, see Managing Buckets.
- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
build
public CustomTerraformProvider build()
-
copy
public CustomTerraformProvider.Builder copy(CustomTerraformProvider model)
-
-