Uses of Interface
software.amazon.awssdk.services.kafka.model.VpcConfig.Builder
-
Packages that use VpcConfig.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of VpcConfig.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return VpcConfig.Builder Modifier and Type Method Description static VpcConfig.BuilderVpcConfig. builder()VpcConfig.BuilderVpcConfig.Builder. securityGroupIds(String... securityGroupIds)The IDs of the security groups associated with the cluster.VpcConfig.BuilderVpcConfig.Builder. securityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups associated with the cluster.VpcConfig.BuilderVpcConfig.Builder. subnetIds(String... subnetIds)The IDs of the subnets associated with the cluster.VpcConfig.BuilderVpcConfig.Builder. subnetIds(Collection<String> subnetIds)The IDs of the subnets associated with the cluster.VpcConfig.BuilderVpcConfig. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type VpcConfig.Builder Modifier and Type Method Description static Class<? extends VpcConfig.Builder>VpcConfig. serializableBuilderClass()
-