Class BaseImportRequest.Builder<T extends BaseImportRequest,B extends BaseImportRequest.Builder<T,B>>
Object
Builder<T,B>
- Direct Known Subclasses:
FileImportRequest.Builder
,SynchronizationFinalizationRequest.Builder
- Enclosing class:
BaseImportRequest
public static class BaseImportRequest.Builder<T extends BaseImportRequest,B extends BaseImportRequest.Builder<T,B>>
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchSize
(int batchSize) Sets the size of the batch.build()
protected final B
self()
sendNotification
(boolean sendNotification) Sets whether job status notification should be sent.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
sendNotification
Sets whether job status notification should be sent.- Parameters:
sendNotification
- whether job status notification should be sent
-
batchSize
Sets the size of the batch.- Parameters:
batchSize
- the size of the batch
-
build
-