Class CustomTerraformProvider.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.CustomTerraformProvider.Builder
 
- 
- Enclosing class:
- CustomTerraformProvider
 
 public static class CustomTerraformProvider.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomTerraformProvider.BuilderbucketName(String bucketName)The name of the bucket that contains the binary files for the custom Terraform providers.CustomTerraformProviderbuild()CustomTerraformProvider.Buildercopy(CustomTerraformProvider model)CustomTerraformProvider.Buildernamespace(String namespace)The Object Storage namespace that contains the bucket you want.CustomTerraformProvider.Builderregion(String region)The name of the region that contains the bucket you want.
 
- 
- 
- 
Method Detail- 
regionpublic 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
 
 - 
namespacepublic 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
 
 - 
bucketNamepublic 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
 
 - 
buildpublic CustomTerraformProvider build() 
 - 
copypublic CustomTerraformProvider.Builder copy(CustomTerraformProvider model) 
 
- 
 
-