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