public static interface PipeSourceManagedStreamingKafkaParameters.Builder extends SdkPojo, CopyableBuilder<PipeSourceManagedStreamingKafkaParameters.Builder,PipeSourceManagedStreamingKafkaParameters>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipeSourceManagedStreamingKafkaParameters.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.PipeSourceManagedStreamingKafkaParameters.Builder consumerGroupID(String consumerGroupID)
The name of the destination queue to consume.
consumerGroupID - The name of the destination queue to consume.PipeSourceManagedStreamingKafkaParameters.Builder credentials(MSKAccessCredentials credentials)
The credentials needed to access the resource.
credentials - The credentials needed to access the resource.default PipeSourceManagedStreamingKafkaParameters.Builder credentials(Consumer<MSKAccessCredentials.Builder> credentials)
The credentials needed to access the resource.
This is a convenience method that creates an instance of theMSKAccessCredentials.Builder avoiding
the need to create one manually via MSKAccessCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to credentials(MSKAccessCredentials).
credentials - a consumer that will call methods on MSKAccessCredentials.Buildercredentials(MSKAccessCredentials)PipeSourceManagedStreamingKafkaParameters.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.PipeSourceManagedStreamingKafkaParameters.Builder startingPosition(String startingPosition)
(Streams only) The position in a stream from which to start reading.
startingPosition - (Streams only) The position in a stream from which to start reading.MSKStartPosition,
MSKStartPositionPipeSourceManagedStreamingKafkaParameters.Builder startingPosition(MSKStartPosition startingPosition)
(Streams only) The position in a stream from which to start reading.
startingPosition - (Streams only) The position in a stream from which to start reading.MSKStartPosition,
MSKStartPositionPipeSourceManagedStreamingKafkaParameters.Builder topicName(String topicName)
The name of the topic that the pipe will read from.
topicName - The name of the topic that the pipe will read from.Copyright © 2023. All rights reserved.