public static class CustomTerraformProvider.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
region
- the value to setpublic 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.
namespace
- the value to setpublic 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.
bucketName
- the value to setpublic CustomTerraformProvider build()
public CustomTerraformProvider.Builder copy(CustomTerraformProvider model)
Copyright © 2016–2024. All rights reserved.