Class GkeonpremBareMetalClusterStorageLvpShareConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterStorageLvpShareConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalClusterStorageLvpShareConfig>
- Enclosing interface:
- GkeonpremBareMetalClusterStorageLvpShareConfig
@Stability(Stable) public static final class GkeonpremBareMetalClusterStorageLvpShareConfig.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalClusterStorageLvpShareConfig>
A builder forGkeonpremBareMetalClusterStorageLvpShareConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalClusterStorageLvpShareConfigbuild()Builds the configured instance.GkeonpremBareMetalClusterStorageLvpShareConfig.BuilderlvpConfig(GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig lvpConfig)Sets the value ofGkeonpremBareMetalClusterStorageLvpShareConfig.getLvpConfig()GkeonpremBareMetalClusterStorageLvpShareConfig.BuildersharedPathPvCount(Number sharedPathPvCount)Sets the value ofGkeonpremBareMetalClusterStorageLvpShareConfig.getSharedPathPvCount()
-
-
-
Method Detail
-
lvpConfig
@Stability(Stable) public GkeonpremBareMetalClusterStorageLvpShareConfig.Builder lvpConfig(GkeonpremBareMetalClusterStorageLvpShareConfigLvpConfig lvpConfig)
Sets the value ofGkeonpremBareMetalClusterStorageLvpShareConfig.getLvpConfig()- Parameters:
lvpConfig- lvp_config block. 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#lvp_config GkeonpremBareMetalCluster#lvp_config}- Returns:
this
-
sharedPathPvCount
@Stability(Stable) public GkeonpremBareMetalClusterStorageLvpShareConfig.Builder sharedPathPvCount(Number sharedPathPvCount)
Sets the value ofGkeonpremBareMetalClusterStorageLvpShareConfig.getSharedPathPvCount()- Parameters:
sharedPathPvCount- The number of subdirectories to create under path. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#shared_path_pv_count GkeonpremBareMetalCluster#shared_path_pv_count}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalClusterStorageLvpShareConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalClusterStorageLvpShareConfig>- Returns:
- a new instance of
GkeonpremBareMetalClusterStorageLvpShareConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-