public static interface TransferRequestOverrideConfiguration.Builder extends CopyableBuilder<TransferRequestOverrideConfiguration.Builder,TransferRequestOverrideConfiguration>
| Modifier and Type | Method and Description |
|---|---|
TransferRequestOverrideConfiguration.Builder |
addTransferListener(TransferListener transferListener)
Add a
TransferListener that will be notified as part of this request. |
TransferRequestOverrideConfiguration |
build()
An immutable object that is created from the
properties that have been set on the builder.
|
TransferRequestOverrideConfiguration.Builder |
transferListeners(Collection<TransferListener> transferListeners)
The
TransferListeners that will be notified as part of this request. |
copyapplyMutationTransferRequestOverrideConfiguration.Builder transferListeners(Collection<TransferListener> transferListeners)
TransferListeners that will be notified as part of this request. This method overrides and replaces any
transferListeners that have already been set. Add an optional request override configuration.transferListeners - the collection of transferListenersTransferListenerTransferRequestOverrideConfiguration.Builder addTransferListener(TransferListener transferListener)
TransferListener that will be notified as part of this request.transferListener - the transferListener to addTransferListenerTransferRequestOverrideConfiguration build()
SdkBuilderbuild in interface Buildablebuild in interface SdkBuilder<TransferRequestOverrideConfiguration.Builder,TransferRequestOverrideConfiguration>Copyright © 2026. All rights reserved.