Interface RemoteAccessConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RemoteAccessConfig.Builder,RemoteAccessConfig>, SdkBuilder<RemoteAccessConfig.Builder,RemoteAccessConfig>, SdkPojo
Enclosing class:
RemoteAccessConfig

public static interface RemoteAccessConfig.Builder extends SdkPojo, CopyableBuilder<RemoteAccessConfig.Builder,RemoteAccessConfig>
  • Method Details

    • ec2SshKey

      RemoteAccessConfig.Builder ec2SshKey(String ec2SshKey)

      The Amazon EC2 SSH key name that provides access for SSH communication with the nodes in the managed node group. For more information, see Amazon EC2 key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For Windows, an Amazon EC2 SSH key is used to obtain the RDP password. For more information, see Amazon EC2 key pairs and Windows instances in the Amazon Elastic Compute Cloud User Guide for Windows Instances.

      Parameters:
      ec2SshKey - The Amazon EC2 SSH key name that provides access for SSH communication with the nodes in the managed node group. For more information, see Amazon EC2 key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For Windows, an Amazon EC2 SSH key is used to obtain the RDP password. For more information, see Amazon EC2 key pairs and Windows instances in the Amazon Elastic Compute Cloud User Guide for Windows Instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceSecurityGroups

      RemoteAccessConfig.Builder sourceSecurityGroups(Collection<String> sourceSecurityGroups)

      The security group IDs that are allowed SSH access (port 22) to the nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't specify a source security group when you create a managed node group, then the port on the nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

      Parameters:
      sourceSecurityGroups - The security group IDs that are allowed SSH access (port 22) to the nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't specify a source security group when you create a managed node group, then the port on the nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceSecurityGroups

      RemoteAccessConfig.Builder sourceSecurityGroups(String... sourceSecurityGroups)

      The security group IDs that are allowed SSH access (port 22) to the nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't specify a source security group when you create a managed node group, then the port on the nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

      Parameters:
      sourceSecurityGroups - The security group IDs that are allowed SSH access (port 22) to the nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't specify a source security group when you create a managed node group, then the port on the nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.