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 Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The security groups to attach to the ENIs for the broker nodes.securityGroupIds(Collection<String> securityGroupIds) The security groups to attach to the ENIs for the broker nodes.The list of subnets in the client VPC to connect to.subnetIds(Collection<String> subnetIds) The list of subnets in the client VPC to connect to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -