Class ContainerAttachedClusterFleet.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterFleet.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAttachedClusterFleet>
- Enclosing interface:
- ContainerAttachedClusterFleet
@Stability(Stable) public static final class ContainerAttachedClusterFleet.Builder extends Object implements software.amazon.jsii.Builder<ContainerAttachedClusterFleet>
A builder forContainerAttachedClusterFleet
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAttachedClusterFleetbuild()Builds the configured instance.ContainerAttachedClusterFleet.Builderproject(String project)Sets the value ofContainerAttachedClusterFleet.getProject()
-
-
-
Method Detail
-
project
@Stability(Stable) public ContainerAttachedClusterFleet.Builder project(String project)
Sets the value ofContainerAttachedClusterFleet.getProject()- Parameters:
project- The number of the Fleet host project where this cluster will be registered. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}- Returns:
this
-
build
@Stability(Stable) public ContainerAttachedClusterFleet build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAttachedClusterFleet>- Returns:
- a new instance of
ContainerAttachedClusterFleet - Throws:
NullPointerException- if any required attribute was not provided
-
-