Class ContainerAttachedClusterProxyConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterProxyConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAttachedClusterProxyConfig>
- Enclosing interface:
- ContainerAttachedClusterProxyConfig
@Stability(Stable) public static final class ContainerAttachedClusterProxyConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerAttachedClusterProxyConfig>
A builder forContainerAttachedClusterProxyConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAttachedClusterProxyConfigbuild()Builds the configured instance.ContainerAttachedClusterProxyConfig.BuilderkubernetesSecret(ContainerAttachedClusterProxyConfigKubernetesSecret kubernetesSecret)Sets the value ofContainerAttachedClusterProxyConfig.getKubernetesSecret()
-
-
-
Method Detail
-
kubernetesSecret
@Stability(Stable) public ContainerAttachedClusterProxyConfig.Builder kubernetesSecret(ContainerAttachedClusterProxyConfigKubernetesSecret kubernetesSecret)
Sets the value ofContainerAttachedClusterProxyConfig.getKubernetesSecret()- Parameters:
kubernetesSecret- kubernetes_secret block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#kubernetes_secret ContainerAttachedCluster#kubernetes_secret}- Returns:
this
-
build
@Stability(Stable) public ContainerAttachedClusterProxyConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAttachedClusterProxyConfig>- Returns:
- a new instance of
ContainerAttachedClusterProxyConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-