Interface EksSource.Builder

  • Method Details

    • clusterArn

      EksSource.Builder clusterArn(String clusterArn)
      Sets the value of the ClusterArn property for this object.
      Parameters:
      clusterArn - The new value for the ClusterArn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      EksSource.Builder namespaces(Collection<String> namespaces)

      The list of Kubernetes namespaces within the EKS cluster.

      Parameters:
      namespaces - The list of Kubernetes namespaces within the EKS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaces

      EksSource.Builder namespaces(String... namespaces)

      The list of Kubernetes namespaces within the EKS cluster.

      Parameters:
      namespaces - The list of Kubernetes namespaces within the EKS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.