Interface EksCluster.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.

      Parameters:
      arn - The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      EksCluster.Builder createdAt(Instant createdAt)

      The timestamp indicating when the Amazon EKS cluster was created, in UTC format.

      Parameters:
      createdAt - The timestamp indicating when the Amazon EKS cluster was created, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      EksCluster.Builder status(String status)

      The current status of the Amazon EKS cluster.

      Parameters:
      status - The current status of the Amazon EKS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the Amazon EKS cluster.

      Parameters:
      status - The current status of the Amazon EKS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcId

      EksCluster.Builder vpcId(String vpcId)

      The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.

      Parameters:
      vpcId - The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2InstanceUids

      EksCluster.Builder ec2InstanceUids(Collection<String> ec2InstanceUids)

      A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.

      Parameters:
      ec2InstanceUids - A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2InstanceUids

      EksCluster.Builder ec2InstanceUids(String... ec2InstanceUids)

      A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.

      Parameters:
      ec2InstanceUids - A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.