Interface NodegroupResources.Builder

    • Method Detail

      • autoScalingGroups

        NodegroupResources.Builder autoScalingGroups​(Collection<AutoScalingGroup> autoScalingGroups)

        The Auto Scaling groups associated with the node group.

        Parameters:
        autoScalingGroups - The Auto Scaling groups associated with the node group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoScalingGroups

        NodegroupResources.Builder autoScalingGroups​(AutoScalingGroup... autoScalingGroups)

        The Auto Scaling groups associated with the node group.

        Parameters:
        autoScalingGroups - The Auto Scaling groups associated with the node group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteAccessSecurityGroup

        NodegroupResources.Builder remoteAccessSecurityGroup​(String remoteAccessSecurityGroup)

        The remote access security group associated with the node group. This security group controls SSH access to the nodes.

        Parameters:
        remoteAccessSecurityGroup - The remote access security group associated with the node group. This security group controls SSH access to the nodes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.