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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KafkaClusterClientVpcConfig.BuildersecurityGroupIds(String... securityGroupIds)The security groups to attach to the ENIs for the broker nodes.KafkaClusterClientVpcConfig.BuildersecurityGroupIds(Collection<String> securityGroupIds)The security groups to attach to the ENIs for the broker nodes.KafkaClusterClientVpcConfig.BuildersubnetIds(String... subnetIds)The list of subnets in the client VPC to connect to.KafkaClusterClientVpcConfig.BuildersubnetIds(Collection<String> subnetIds)The list of subnets in the client VPC to connect to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-