Interface KafkaClusterClientVpcConfig.Builder

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

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