Class GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig>
- Enclosing interface:
- GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig
@Stability(Stable) public static final class GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig>
A builder forGkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfigbuild()Builds the configured instance.GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.Builderpath(String path)Sets the value ofGkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.getPath()GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.BuilderstorageClass(String storageClass)
-
-
-
Method Detail
-
path
@Stability(Stable) public GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.Builder path(String path)
Sets the value ofGkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.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_cluster#path GkeonpremBareMetalCluster#path}- Returns:
this
-
storageClass
@Stability(Stable) public GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig.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_cluster#storage_class GkeonpremBareMetalCluster#storage_class}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig>- Returns:
- a new instance of
GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-