Class VmwareenginePrivateCloudManagementCluster.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vmwareengine_private_cloud.VmwareenginePrivateCloudManagementCluster.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VmwareenginePrivateCloudManagementCluster>
- Enclosing interface:
- VmwareenginePrivateCloudManagementCluster
@Stability(Stable) public static final class VmwareenginePrivateCloudManagementCluster.Builder extends Object implements software.amazon.jsii.Builder<VmwareenginePrivateCloudManagementCluster>
A builder forVmwareenginePrivateCloudManagementCluster
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
clusterId
@Stability(Stable) public VmwareenginePrivateCloudManagementCluster.Builder clusterId(String clusterId)
Sets the value ofVmwareenginePrivateCloudManagementCluster.getClusterId()- Parameters:
clusterId- The user-provided identifier of the new Cluster. This parameter is required. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#cluster_id VmwareenginePrivateCloud#cluster_id}- Returns:
this
-
nodeTypeConfigs
@Stability(Stable) public VmwareenginePrivateCloudManagementCluster.Builder nodeTypeConfigs(com.hashicorp.cdktf.IResolvable nodeTypeConfigs)
Sets the value ofVmwareenginePrivateCloudManagementCluster.getNodeTypeConfigs()- Parameters:
nodeTypeConfigs- node_type_configs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#node_type_configs VmwareenginePrivateCloud#node_type_configs}- Returns:
this
-
nodeTypeConfigs
@Stability(Stable) public VmwareenginePrivateCloudManagementCluster.Builder nodeTypeConfigs(List<? extends VmwareenginePrivateCloudManagementClusterNodeTypeConfigs> nodeTypeConfigs)
Sets the value ofVmwareenginePrivateCloudManagementCluster.getNodeTypeConfigs()- Parameters:
nodeTypeConfigs- node_type_configs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#node_type_configs VmwareenginePrivateCloud#node_type_configs}- Returns:
this
-
stretchedClusterConfig
@Stability(Stable) public VmwareenginePrivateCloudManagementCluster.Builder stretchedClusterConfig(VmwareenginePrivateCloudManagementClusterStretchedClusterConfig stretchedClusterConfig)
Sets the value ofVmwareenginePrivateCloudManagementCluster.getStretchedClusterConfig()- Parameters:
stretchedClusterConfig- stretched_cluster_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_private_cloud#stretched_cluster_config VmwareenginePrivateCloud#stretched_cluster_config}- Returns:
this
-
build
@Stability(Stable) public VmwareenginePrivateCloudManagementCluster build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VmwareenginePrivateCloudManagementCluster>- Returns:
- a new instance of
VmwareenginePrivateCloudManagementCluster - Throws:
NullPointerException- if any required attribute was not provided
-
-