Class ContainerClusterMasterAuth.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterMasterAuth.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterMasterAuth>
- Enclosing interface:
- ContainerClusterMasterAuth
@Stability(Stable) public static final class ContainerClusterMasterAuth.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterMasterAuth>
A builder forContainerClusterMasterAuth
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterMasterAuthbuild()Builds the configured instance.ContainerClusterMasterAuth.BuilderclientCertificateConfig(ContainerClusterMasterAuthClientCertificateConfig clientCertificateConfig)Sets the value ofContainerClusterMasterAuth.getClientCertificateConfig()
-
-
-
Method Detail
-
clientCertificateConfig
@Stability(Stable) public ContainerClusterMasterAuth.Builder clientCertificateConfig(ContainerClusterMasterAuthClientCertificateConfig clientCertificateConfig)
Sets the value ofContainerClusterMasterAuth.getClientCertificateConfig()- Parameters:
clientCertificateConfig- client_certificate_config block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#client_certificate_config ContainerCluster#client_certificate_config}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterMasterAuth build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterMasterAuth>- Returns:
- a new instance of
ContainerClusterMasterAuth - Throws:
NullPointerException- if any required attribute was not provided
-
-