Uses of Interface
software.amazon.awssdk.services.kafkaconnect.model.VpcDescription.Builder
-
Packages that use VpcDescription.Builder Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of VpcDescription.Builder in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return VpcDescription.Builder Modifier and Type Method Description static VpcDescription.BuilderVpcDescription. builder()VpcDescription.BuilderVpcDescription.Builder. securityGroups(String... securityGroups)The security groups for the connector.VpcDescription.BuilderVpcDescription.Builder. securityGroups(Collection<String> securityGroups)The security groups for the connector.VpcDescription.BuilderVpcDescription.Builder. subnets(String... subnets)The subnets for the connector.VpcDescription.BuilderVpcDescription.Builder. subnets(Collection<String> subnets)The subnets for the connector.VpcDescription.BuilderVpcDescription. toBuilder()Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type VpcDescription.Builder Modifier and Type Method Description static Class<? extends VpcDescription.Builder>VpcDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type VpcDescription.Builder Modifier and Type Method Description default ApacheKafkaClusterDescription.BuilderApacheKafkaClusterDescription.Builder. vpc(Consumer<VpcDescription.Builder> vpc)Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
-