Class GkeonpremBareMetalAdminClusterStorage.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_admin_cluster.GkeonpremBareMetalAdminClusterStorage.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorage>
- Enclosing interface:
- GkeonpremBareMetalAdminClusterStorage
@Stability(Stable) public static final class GkeonpremBareMetalAdminClusterStorage.Builder extends Object implements software.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorage>
A builder forGkeonpremBareMetalAdminClusterStorage
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeonpremBareMetalAdminClusterStoragebuild()Builds the configured instance.GkeonpremBareMetalAdminClusterStorage.BuilderlvpNodeMountsConfig(GkeonpremBareMetalAdminClusterStorageLvpNodeMountsConfig lvpNodeMountsConfig)Sets the value ofGkeonpremBareMetalAdminClusterStorage.getLvpNodeMountsConfig()GkeonpremBareMetalAdminClusterStorage.BuilderlvpShareConfig(GkeonpremBareMetalAdminClusterStorageLvpShareConfig lvpShareConfig)Sets the value ofGkeonpremBareMetalAdminClusterStorage.getLvpShareConfig()
-
-
-
Method Detail
-
lvpNodeMountsConfig
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorage.Builder lvpNodeMountsConfig(GkeonpremBareMetalAdminClusterStorageLvpNodeMountsConfig lvpNodeMountsConfig)
Sets the value ofGkeonpremBareMetalAdminClusterStorage.getLvpNodeMountsConfig()- Parameters:
lvpNodeMountsConfig- lvp_node_mounts_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_node_mounts_config GkeonpremBareMetalAdminCluster#lvp_node_mounts_config}- Returns:
this
-
lvpShareConfig
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorage.Builder lvpShareConfig(GkeonpremBareMetalAdminClusterStorageLvpShareConfig lvpShareConfig)
Sets the value ofGkeonpremBareMetalAdminClusterStorage.getLvpShareConfig()- Parameters:
lvpShareConfig- lvp_share_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_share_config GkeonpremBareMetalAdminCluster#lvp_share_config}- Returns:
this
-
build
@Stability(Stable) public GkeonpremBareMetalAdminClusterStorage build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeonpremBareMetalAdminClusterStorage>- Returns:
- a new instance of
GkeonpremBareMetalAdminClusterStorage - Throws:
NullPointerException- if any required attribute was not provided
-
-