public static class ImportConfiguration.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImportConfiguration.Builder |
addOperationEventListener(OperationEventListener listener)
Adds one
OperationEventListener to the operation configuration. |
ImportConfiguration |
build()
Builds the
ImportConfiguration with the given event listeners. |
public ImportConfiguration.Builder addOperationEventListener(OperationEventListener listener)
OperationEventListener to the operation configuration.
To add multiple operation event listeners, call this method multiple times.listener - the OperationEventListener to handle operation level eventsImportConfiguration.Builder with an added listenerpublic ImportConfiguration build()
ImportConfiguration with the given event listeners.ImportConfiguration with the given event listenersCopyright © 2014–2023 Pivotal Software, Inc.. All rights reserved.