Class GkeonpremBareMetalAdminClusterStorageLvpShareConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_admin_cluster.GkeonpremBareMetalAdminClusterStorageLvpShareConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorageLvpShareConfig>
- Enclosing interface:
- GkeonpremBareMetalAdminClusterStorageLvpShareConfig
@Stability(Stable) public static final class GkeonpremBareMetalAdminClusterStorageLvpShareConfig.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorageLvpShareConfig>
A builder forGkeonpremBareMetalAdminClusterStorageLvpShareConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalAdminClusterStorageLvpShareConfigbuild()Builds the configured instance.GkeonpremBareMetalAdminClusterStorageLvpShareConfig.BuilderlvpConfig(GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig lvpConfig)Sets the value ofGkeonpremBareMetalAdminClusterStorageLvpShareConfig.getLvpConfig()GkeonpremBareMetalAdminClusterStorageLvpShareConfig.BuildersharedPathPvCount(Number sharedPathPvCount)
-
-
-
Method Detail
-
lvpConfig
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorageLvpShareConfig.Builder lvpConfig(GkeonpremBareMetalAdminClusterStorageLvpShareConfigLvpConfig lvpConfig)
Sets the value ofGkeonpremBareMetalAdminClusterStorageLvpShareConfig.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_admin_cluster#lvp_config GkeonpremBareMetalAdminCluster#lvp_config}- Returns:
this
-
sharedPathPvCount
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorageLvpShareConfig.Builder sharedPathPvCount(Number sharedPathPvCount)
- 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_admin_cluster#shared_path_pv_count GkeonpremBareMetalAdminCluster#shared_path_pv_count}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorageLvpShareConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorageLvpShareConfig>- Returns:
- a new instance of
GkeonpremBareMetalAdminClusterStorageLvpShareConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-