| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeSourceRabbitMQBrokerParameters |
PipeSourceRabbitMQBrokerParameters.clone() |
PipeSourceRabbitMQBrokerParameters |
PipeSourceParameters.getRabbitMQBrokerParameters()
The parameters for using a Rabbit MQ broker as a source.
|
PipeSourceRabbitMQBrokerParameters |
PipeSourceRabbitMQBrokerParameters.withBatchSize(Integer batchSize)
The maximum number of records to include in each batch.
|
PipeSourceRabbitMQBrokerParameters |
PipeSourceRabbitMQBrokerParameters.withCredentials(MQBrokerAccessCredentials credentials)
The credentials needed to access the resource.
|
PipeSourceRabbitMQBrokerParameters |
PipeSourceRabbitMQBrokerParameters.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
|
PipeSourceRabbitMQBrokerParameters |
PipeSourceRabbitMQBrokerParameters.withQueueName(String queueName)
The name of the destination queue to consume.
|
PipeSourceRabbitMQBrokerParameters |
PipeSourceRabbitMQBrokerParameters.withVirtualHost(String virtualHost)
The name of the virtual host associated with the source broker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeSourceParameters.setRabbitMQBrokerParameters(PipeSourceRabbitMQBrokerParameters rabbitMQBrokerParameters)
The parameters for using a Rabbit MQ broker as a source.
|
PipeSourceParameters |
PipeSourceParameters.withRabbitMQBrokerParameters(PipeSourceRabbitMQBrokerParameters rabbitMQBrokerParameters)
The parameters for using a Rabbit MQ broker as a source.
|
Copyright © 2025. All rights reserved.