Interface EksConfiguration.Builder

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

public static interface EksConfiguration.Builder extends SdkPojo, CopyableBuilder<EksConfiguration.Builder,EksConfiguration>
  • 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.