Class EdgecontainerClusterControlPlane.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterControlPlane.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerClusterControlPlane>
- Enclosing interface:
- EdgecontainerClusterControlPlane
@Stability(Stable) public static final class EdgecontainerClusterControlPlane.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerClusterControlPlane>
A builder forEdgecontainerClusterControlPlane
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerClusterControlPlanebuild()Builds the configured instance.EdgecontainerClusterControlPlane.Builderlocal(EdgecontainerClusterControlPlaneLocal local)Sets the value ofEdgecontainerClusterControlPlane.getLocal()EdgecontainerClusterControlPlane.Builderremote(EdgecontainerClusterControlPlaneRemote remote)Sets the value ofEdgecontainerClusterControlPlane.getRemote()
-
-
-
Method Detail
-
local
@Stability(Stable) public EdgecontainerClusterControlPlane.Builder local(EdgecontainerClusterControlPlaneLocal local)
Sets the value ofEdgecontainerClusterControlPlane.getLocal()- Parameters:
local- local block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#local EdgecontainerCluster#local}- Returns:
this
-
remote
@Stability(Stable) public EdgecontainerClusterControlPlane.Builder remote(EdgecontainerClusterControlPlaneRemote remote)
Sets the value ofEdgecontainerClusterControlPlane.getRemote()- Parameters:
remote- remote block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#remote EdgecontainerCluster#remote}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerClusterControlPlane build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerClusterControlPlane>- Returns:
- a new instance of
EdgecontainerClusterControlPlane - Throws:
NullPointerException- if any required attribute was not provided
-
-