Class EdgecontainerClusterControlPlaneRemote.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterControlPlaneRemote.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerClusterControlPlaneRemote>
- Enclosing interface:
- EdgecontainerClusterControlPlaneRemote
@Stability(Stable) public static final class EdgecontainerClusterControlPlaneRemote.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerClusterControlPlaneRemote>
A builder forEdgecontainerClusterControlPlaneRemote
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerClusterControlPlaneRemotebuild()Builds the configured instance.EdgecontainerClusterControlPlaneRemote.BuildernodeLocation(String nodeLocation)Sets the value ofEdgecontainerClusterControlPlaneRemote.getNodeLocation()
-
-
-
Method Detail
-
nodeLocation
@Stability(Stable) public EdgecontainerClusterControlPlaneRemote.Builder nodeLocation(String nodeLocation)
Sets the value ofEdgecontainerClusterControlPlaneRemote.getNodeLocation()- Parameters:
nodeLocation- Name of the Google Distributed Cloud Edge zones where this node pool will be created. For example: 'us-central1-edge-customer-a'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#node_location EdgecontainerCluster#node_location}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerClusterControlPlaneRemote build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerClusterControlPlaneRemote>- Returns:
- a new instance of
EdgecontainerClusterControlPlaneRemote - Throws:
NullPointerException- if any required attribute was not provided
-
-