Class ContainerAzureNodePoolConfigProxyConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_azure_node_pool.ContainerAzureNodePoolConfigProxyConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAzureNodePoolConfigProxyConfig>
- Enclosing interface:
- ContainerAzureNodePoolConfigProxyConfig
@Stability(Stable) public static final class ContainerAzureNodePoolConfigProxyConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerAzureNodePoolConfigProxyConfig>
A builder forContainerAzureNodePoolConfigProxyConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAzureNodePoolConfigProxyConfigbuild()Builds the configured instance.ContainerAzureNodePoolConfigProxyConfig.BuilderresourceGroupId(String resourceGroupId)Sets the value ofContainerAzureNodePoolConfigProxyConfig.getResourceGroupId()ContainerAzureNodePoolConfigProxyConfig.BuildersecretId(String secretId)Sets the value ofContainerAzureNodePoolConfigProxyConfig.getSecretId()
-
-
-
Method Detail
-
resourceGroupId
@Stability(Stable) public ContainerAzureNodePoolConfigProxyConfig.Builder resourceGroupId(String resourceGroupId)
Sets the value ofContainerAzureNodePoolConfigProxyConfig.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_node_pool#resource_group_id ContainerAzureNodePool#resource_group_id}- Returns:
this
-
secretId
@Stability(Stable) public ContainerAzureNodePoolConfigProxyConfig.Builder secretId(String secretId)
Sets the value ofContainerAzureNodePoolConfigProxyConfig.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_node_pool#secret_id ContainerAzureNodePool#secret_id}- Returns:
this
-
build
@Stability(Stable) public ContainerAzureNodePoolConfigProxyConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAzureNodePoolConfigProxyConfig>- Returns:
- a new instance of
ContainerAzureNodePoolConfigProxyConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-