public static interface PipeSourceActiveMQBrokerParameters.Builder extends SdkPojo, CopyableBuilder<PipeSourceActiveMQBrokerParameters.Builder,PipeSourceActiveMQBrokerParameters>
| Modifier and Type | Method and Description |
|---|---|
PipeSourceActiveMQBrokerParameters.Builder |
batchSize(Integer batchSize)
The maximum number of records to include in each batch.
|
default PipeSourceActiveMQBrokerParameters.Builder |
credentials(Consumer<MQBrokerAccessCredentials.Builder> credentials)
The credentials needed to access the resource.
|
PipeSourceActiveMQBrokerParameters.Builder |
credentials(MQBrokerAccessCredentials credentials)
The credentials needed to access the resource.
|
PipeSourceActiveMQBrokerParameters.Builder |
maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
|
PipeSourceActiveMQBrokerParameters.Builder |
queueName(String queueName)
The name of the destination queue to consume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipeSourceActiveMQBrokerParameters.Builder batchSize(Integer batchSize)
The maximum number of records to include in each batch.
batchSize - The maximum number of records to include in each batch.PipeSourceActiveMQBrokerParameters.Builder credentials(MQBrokerAccessCredentials credentials)
The credentials needed to access the resource.
credentials - The credentials needed to access the resource.default PipeSourceActiveMQBrokerParameters.Builder credentials(Consumer<MQBrokerAccessCredentials.Builder> credentials)
The credentials needed to access the resource.
This is a convenience method that creates an instance of theMQBrokerAccessCredentials.Builder
avoiding the need to create one manually via MQBrokerAccessCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to credentials(MQBrokerAccessCredentials).
credentials - a consumer that will call methods on MQBrokerAccessCredentials.Buildercredentials(MQBrokerAccessCredentials)PipeSourceActiveMQBrokerParameters.Builder maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.PipeSourceActiveMQBrokerParameters.Builder queueName(String queueName)
The name of the destination queue to consume.
queueName - The name of the destination queue to consume.Copyright © 2023. All rights reserved.