Uses of Class
software.amazon.awscdk.services.lambda.eventsources.SelfManagedKafkaEventSourceProps.Builder
Packages that use SelfManagedKafkaEventSourceProps.Builder
-
Uses of SelfManagedKafkaEventSourceProps.Builder in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return SelfManagedKafkaEventSourceProps.BuilderModifier and TypeMethodDescriptionSelfManagedKafkaEventSourceProps.Builder.authenticationMethod(AuthenticationMethod authenticationMethod) Sets the value ofSelfManagedKafkaEventSourceProps.getAuthenticationMethod()Sets the value ofBaseStreamEventSourceProps.getBatchSize()SelfManagedKafkaEventSourceProps.Builder.bootstrapServers(List<String> bootstrapServers) Sets the value ofSelfManagedKafkaEventSourceProps.getBootstrapServers()SelfManagedKafkaEventSourceProps.builder()Sets the value ofBaseStreamEventSourceProps.getEnabled()SelfManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()Sets the value ofKafkaEventSourceProps.getSecret()SelfManagedKafkaEventSourceProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofSelfManagedKafkaEventSourceProps.getSecurityGroup()SelfManagedKafkaEventSourceProps.Builder.startingPosition(StartingPosition startingPosition) Sets the value ofBaseStreamEventSourceProps.getStartingPosition()Sets the value ofKafkaEventSourceProps.getTopic()Sets the value ofSelfManagedKafkaEventSourceProps.getVpc()SelfManagedKafkaEventSourceProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofSelfManagedKafkaEventSourceProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.lambda.eventsources with parameters of type SelfManagedKafkaEventSourceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSelfManagedKafkaEventSourceProps.Builder.