Class GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_admin_cluster.GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig>
- Enclosing interface:
- GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig
@Stability(Stable) public static final class GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfigbuild()Builds the configured instance.GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.Builderpath(String path)Sets the value ofGkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.getPath()GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.BuilderstorageClass(String storageClass)
-
-
-
Method Detail
-
path
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.Builder path(String path)
Sets the value ofGkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.getPath()- Parameters:
path- The host machine path. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#path GkeonpremBareMetalAdminCluster#path}- Returns:
this
-
storageClass
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig.Builder storageClass(String storageClass)
- Parameters:
storageClass- The StorageClass name that PVs will be created with. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#storage_class GkeonpremBareMetalAdminCluster#storage_class}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig>- Returns:
- a new instance of
GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-