Interface EksConfiguration.Builder

  • Method Details

    • clusterArn

      EksConfiguration.Builder clusterArn(String clusterArn)

      ARN of the Amazon EKS cluster.

      Parameters:
      clusterArn - ARN of the Amazon EKS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      EksConfiguration.Builder securityGroupIds(Collection<String> securityGroupIds)

      A list of the security group IDs for the Amazon EKS cluster VPC configuration.

      Parameters:
      securityGroupIds - A list of the security group IDs for the Amazon EKS cluster VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      EksConfiguration.Builder securityGroupIds(String... securityGroupIds)

      A list of the security group IDs for the Amazon EKS cluster VPC configuration.

      Parameters:
      securityGroupIds - A list of the security group IDs for the Amazon EKS cluster VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      A list of subnet IDs for the Amazon EKS cluster VPC configuration.

      Parameters:
      subnetIds - A list of subnet IDs for the Amazon EKS cluster VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      EksConfiguration.Builder subnetIds(String... subnetIds)

      A list of subnet IDs for the Amazon EKS cluster VPC configuration.

      Parameters:
      subnetIds - A list of subnet IDs for the Amazon EKS cluster VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.