public static interface UpdatePipeSourceManagedStreamingKafkaParameters.Builder extends SdkPojo, CopyableBuilder<UpdatePipeSourceManagedStreamingKafkaParameters.Builder,UpdatePipeSourceManagedStreamingKafkaParameters>
| Modifier and Type | Method and Description |
|---|---|
UpdatePipeSourceManagedStreamingKafkaParameters.Builder |
batchSize(Integer batchSize)
The maximum number of records to include in each batch.
|
default UpdatePipeSourceManagedStreamingKafkaParameters.Builder |
credentials(Consumer<MSKAccessCredentials.Builder> credentials)
The credentials needed to access the resource.
|
UpdatePipeSourceManagedStreamingKafkaParameters.Builder |
credentials(MSKAccessCredentials credentials)
The credentials needed to access the resource.
|
UpdatePipeSourceManagedStreamingKafkaParameters.Builder |
maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePipeSourceManagedStreamingKafkaParameters.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.UpdatePipeSourceManagedStreamingKafkaParameters.Builder credentials(MSKAccessCredentials credentials)
The credentials needed to access the resource.
credentials - The credentials needed to access the resource.default UpdatePipeSourceManagedStreamingKafkaParameters.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)UpdatePipeSourceManagedStreamingKafkaParameters.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.Copyright © 2023. All rights reserved.