Uses of Class
software.amazon.awscdk.services.pipes.alpha.SourceParameters.Builder
Package
Description
Amazon EventBridge Pipes Construct Library
-
Uses of SourceParameters.Builder in software.amazon.awscdk.services.pipes.alpha
Modifier and TypeMethodDescriptionSourceParameters.Builder.activeMqBrokerParameters
(CfnPipe.PipeSourceActiveMQBrokerParametersProperty activeMqBrokerParameters) Sets the value ofSourceParameters.getActiveMqBrokerParameters()
static SourceParameters.Builder
SourceParameters.builder()
SourceParameters.Builder.dynamoDbStreamParameters
(CfnPipe.PipeSourceDynamoDBStreamParametersProperty dynamoDbStreamParameters) Sets the value ofSourceParameters.getDynamoDbStreamParameters()
SourceParameters.Builder.kinesisStreamParameters
(CfnPipe.PipeSourceKinesisStreamParametersProperty kinesisStreamParameters) Sets the value ofSourceParameters.getKinesisStreamParameters()
SourceParameters.Builder.managedStreamingKafkaParameters
(CfnPipe.PipeSourceManagedStreamingKafkaParametersProperty managedStreamingKafkaParameters) Sets the value ofSourceParameters.getManagedStreamingKafkaParameters()
SourceParameters.Builder.rabbitMqBrokerParameters
(CfnPipe.PipeSourceRabbitMQBrokerParametersProperty rabbitMqBrokerParameters) Sets the value ofSourceParameters.getRabbitMqBrokerParameters()
SourceParameters.Builder.selfManagedKafkaParameters
(CfnPipe.PipeSourceSelfManagedKafkaParametersProperty selfManagedKafkaParameters) Sets the value ofSourceParameters.getSelfManagedKafkaParameters()
SourceParameters.Builder.sqsQueueParameters
(CfnPipe.PipeSourceSqsQueueParametersProperty sqsQueueParameters) Sets the value ofSourceParameters.getSqsQueueParameters()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SourceParameters.Builder builder) Constructor that initializes the object based on literal property values passed by theSourceParameters.Builder
.