Interface KafkaClusterClientVpcConfig.Builder

  • Method Details

    • securityGroupIds

      KafkaClusterClientVpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)

      The security groups to attach to the ENIs for the broker nodes.

      Parameters:
      securityGroupIds - The security groups to attach to the ENIs for the broker nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      KafkaClusterClientVpcConfig.Builder securityGroupIds(String... securityGroupIds)

      The security groups to attach to the ENIs for the broker nodes.

      Parameters:
      securityGroupIds - The security groups to attach to the ENIs for the broker nodes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      The list of subnets in the client VPC to connect to.

      Parameters:
      subnetIds - The list of subnets in the client VPC to connect to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      The list of subnets in the client VPC to connect to.

      Parameters:
      subnetIds - The list of subnets in the client VPC to connect to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.