Interface KafkaClusterClientVpcConfig.Builder

    • Method Detail

      • 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

        KafkaClusterClientVpcConfig.Builder subnetIds​(Collection<String> 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

        KafkaClusterClientVpcConfig.Builder subnetIds​(String... 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.