Class ContainerClusterMeshCertificates.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterMeshCertificates.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterMeshCertificates>
- Enclosing interface:
- ContainerClusterMeshCertificates
@Stability(Stable) public static final class ContainerClusterMeshCertificates.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterMeshCertificates>
A builder forContainerClusterMeshCertificates
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterMeshCertificatesbuild()Builds the configured instance.ContainerClusterMeshCertificates.BuilderenableCertificates(com.hashicorp.cdktf.IResolvable enableCertificates)Sets the value ofContainerClusterMeshCertificates.getEnableCertificates()ContainerClusterMeshCertificates.BuilderenableCertificates(Boolean enableCertificates)Sets the value ofContainerClusterMeshCertificates.getEnableCertificates()
-
-
-
Method Detail
-
enableCertificates
@Stability(Stable) public ContainerClusterMeshCertificates.Builder enableCertificates(Boolean enableCertificates)
Sets the value ofContainerClusterMeshCertificates.getEnableCertificates()- Parameters:
enableCertificates- When enabled the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enable_certificates ContainerCluster#enable_certificates}- Returns:
this
-
enableCertificates
@Stability(Stable) public ContainerClusterMeshCertificates.Builder enableCertificates(com.hashicorp.cdktf.IResolvable enableCertificates)
Sets the value ofContainerClusterMeshCertificates.getEnableCertificates()- Parameters:
enableCertificates- When enabled the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enable_certificates ContainerCluster#enable_certificates}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterMeshCertificates build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterMeshCertificates>- Returns:
- a new instance of
ContainerClusterMeshCertificates - Throws:
NullPointerException- if any required attribute was not provided
-
-