public static interface KafkaClusterClientVpcConfig.Builder extends SdkPojo, CopyableBuilder<KafkaClusterClientVpcConfig.Builder,KafkaClusterClientVpcConfig>
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientVpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The security groups to attach to the ENIs for the broker nodes.
|
KafkaClusterClientVpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
The security groups to attach to the ENIs for the broker nodes.
|
KafkaClusterClientVpcConfig.Builder |
subnetIds(Collection<String> subnetIds)
The list of subnets in the client VPC to connect to.
|
KafkaClusterClientVpcConfig.Builder |
subnetIds(String... subnetIds)
The list of subnets in the client VPC to connect to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKafkaClusterClientVpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
The security groups to attach to the ENIs for the broker nodes.
securityGroupIds - The security groups to attach to the ENIs for the broker nodes.KafkaClusterClientVpcConfig.Builder securityGroupIds(String... securityGroupIds)
The security groups to attach to the ENIs for the broker nodes.
securityGroupIds - The security groups to attach to the ENIs for the broker nodes.KafkaClusterClientVpcConfig.Builder subnetIds(Collection<String> subnetIds)
The list of subnets in the client VPC to connect to.
subnetIds - The list of subnets in the client VPC to connect to.KafkaClusterClientVpcConfig.Builder subnetIds(String... subnetIds)
The list of subnets in the client VPC to connect to.
subnetIds - The list of subnets in the client VPC to connect to.Copyright © 2023. All rights reserved.