Class ContainerAzureClusterControlPlaneProxyConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_azure_cluster.ContainerAzureClusterControlPlaneProxyConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAzureClusterControlPlaneProxyConfig>
- Enclosing interface:
- ContainerAzureClusterControlPlaneProxyConfig
@Stability(Stable) public static final class ContainerAzureClusterControlPlaneProxyConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerAzureClusterControlPlaneProxyConfig>
A builder forContainerAzureClusterControlPlaneProxyConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAzureClusterControlPlaneProxyConfigbuild()Builds the configured instance.ContainerAzureClusterControlPlaneProxyConfig.BuilderresourceGroupId(String resourceGroupId)Sets the value ofContainerAzureClusterControlPlaneProxyConfig.getResourceGroupId()ContainerAzureClusterControlPlaneProxyConfig.BuildersecretId(String secretId)Sets the value ofContainerAzureClusterControlPlaneProxyConfig.getSecretId()
-
-
-
Method Detail
-
resourceGroupId
@Stability(Stable) public ContainerAzureClusterControlPlaneProxyConfig.Builder resourceGroupId(String resourceGroupId)
Sets the value ofContainerAzureClusterControlPlaneProxyConfig.getResourceGroupId()- Parameters:
resourceGroupId- The ARM ID the of the resource group containing proxy keyvault. Resource group ids are formatted as/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#resource_group_id ContainerAzureCluster#resource_group_id}- Returns:
this
-
secretId
@Stability(Stable) public ContainerAzureClusterControlPlaneProxyConfig.Builder secretId(String secretId)
Sets the value ofContainerAzureClusterControlPlaneProxyConfig.getSecretId()- Parameters:
secretId- The URL the of the proxy setting secret with its version. Secret ids are formatted ashttps:<key-vault-name>.vault.azure.net/secrets/<secret-name>/<secret-version>. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#secret_id ContainerAzureCluster#secret_id}- Returns:
this
-
build
@Stability(Stable) public ContainerAzureClusterControlPlaneProxyConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAzureClusterControlPlaneProxyConfig>- Returns:
- a new instance of
ContainerAzureClusterControlPlaneProxyConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-