Class ContainerAttachedClusterProxyConfigKubernetesSecret.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_attached_cluster.ContainerAttachedClusterProxyConfigKubernetesSecret.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAttachedClusterProxyConfigKubernetesSecret>
- Enclosing interface:
- ContainerAttachedClusterProxyConfigKubernetesSecret
@Stability(Stable) public static final class ContainerAttachedClusterProxyConfigKubernetesSecret.Builder extends Object implements software.amazon.jsii.Builder<ContainerAttachedClusterProxyConfigKubernetesSecret>
A builder forContainerAttachedClusterProxyConfigKubernetesSecret
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAttachedClusterProxyConfigKubernetesSecretbuild()Builds the configured instance.ContainerAttachedClusterProxyConfigKubernetesSecret.Buildername(String name)Sets the value ofContainerAttachedClusterProxyConfigKubernetesSecret.getName()ContainerAttachedClusterProxyConfigKubernetesSecret.Buildernamespace(String namespace)Sets the value ofContainerAttachedClusterProxyConfigKubernetesSecret.getNamespace()
-
-
-
Method Detail
-
name
@Stability(Stable) public ContainerAttachedClusterProxyConfigKubernetesSecret.Builder name(String name)
Sets the value ofContainerAttachedClusterProxyConfigKubernetesSecret.getName()- Parameters:
name- Name of the kubernetes secret containing the proxy config. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#name ContainerAttachedCluster#name}- Returns:
this
-
namespace
@Stability(Stable) public ContainerAttachedClusterProxyConfigKubernetesSecret.Builder namespace(String namespace)
Sets the value ofContainerAttachedClusterProxyConfigKubernetesSecret.getNamespace()- Parameters:
namespace- Namespace of the kubernetes secret containing the proxy config. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#namespace ContainerAttachedCluster#namespace}- Returns:
this
-
build
@Stability(Stable) public ContainerAttachedClusterProxyConfigKubernetesSecret build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAttachedClusterProxyConfigKubernetesSecret>- Returns:
- a new instance of
ContainerAttachedClusterProxyConfigKubernetesSecret - Throws:
NullPointerException- if any required attribute was not provided
-
-