Class ContainerAzureNodePoolConfigSshConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_azure_node_pool.ContainerAzureNodePoolConfigSshConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAzureNodePoolConfigSshConfig>
- Enclosing interface:
- ContainerAzureNodePoolConfigSshConfig
@Stability(Stable) public static final class ContainerAzureNodePoolConfigSshConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerAzureNodePoolConfigSshConfig>
A builder forContainerAzureNodePoolConfigSshConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAzureNodePoolConfigSshConfig.BuilderauthorizedKey(String authorizedKey)Sets the value ofContainerAzureNodePoolConfigSshConfig.getAuthorizedKey()ContainerAzureNodePoolConfigSshConfigbuild()Builds the configured instance.
-
-
-
Method Detail
-
authorizedKey
@Stability(Stable) public ContainerAzureNodePoolConfigSshConfig.Builder authorizedKey(String authorizedKey)
Sets the value ofContainerAzureNodePoolConfigSshConfig.getAuthorizedKey()- Parameters:
authorizedKey- The SSH public key data for VMs managed by Anthos. This parameter is required. This accepts the authorized_keys file format used in OpenSSH according to the sshd(8) manual page. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_node_pool#authorized_key ContainerAzureNodePool#authorized_key}- Returns:
this
-
build
@Stability(Stable) public ContainerAzureNodePoolConfigSshConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAzureNodePoolConfigSshConfig>- Returns:
- a new instance of
ContainerAzureNodePoolConfigSshConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-