Uses of Class
software.amazon.awscdk.services.pipes.CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder
-
Uses of CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder in software.amazon.awscdk.services.pipes
Modifier and TypeMethodDescriptionCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.additionalBootstrapServers
(List<String> additionalBootstrapServers) Sets the value ofCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.getBatchSize()
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.builder()
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.consumerGroupId
(String consumerGroupId) CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.credentials
(IResolvable credentials) Sets the value ofCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.getCredentials()
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.credentials
(CfnPipe.SelfManagedKafkaAccessConfigurationCredentialsProperty credentials) Sets the value ofCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.getCredentials()
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.maximumBatchingWindowInSeconds
(Number maximumBatchingWindowInSeconds) CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.serverRootCaCertificate
(String serverRootCaCertificate) CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.startingPosition
(String startingPosition) Sets the value ofCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.getTopicName()
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.vpc
(IResolvable vpc) Sets the value ofCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.getVpc()
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.vpc
(CfnPipe.SelfManagedKafkaAccessConfigurationVpcProperty vpc) Sets the value ofCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.getVpc()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder
.