static RemoteFunctionOptions.Builder |
RemoteFunctionOptions.newBuilder() |
Returns a builder for a RemoteFunctionOptions object.
|
abstract RemoteFunctionOptions.Builder |
RemoteFunctionOptions.Builder.setConnection(String connection) |
Fully qualified name of the user-provided connection object which holds the authentication
information to send requests to the remote service.
|
abstract RemoteFunctionOptions.Builder |
RemoteFunctionOptions.Builder.setEndpoint(String endpoint) |
Sets Endpoint argument Endpoint of the user-provided remote service, e.g.
|
abstract RemoteFunctionOptions.Builder |
RemoteFunctionOptions.Builder.setMaxBatchingRows(Long maxBatchingRows) |
Max number of rows in each batch sent to the remote service.
|
abstract RemoteFunctionOptions.Builder |
RemoteFunctionOptions.Builder.setUserDefinedContext(Map<String,String> userDefinedContext) |
User-defined context as a set of key/value pairs, which will be sent as function invocation
context together with batched arguments in the requests to the remote service.
|
abstract RemoteFunctionOptions.Builder |
RemoteFunctionOptions.toBuilder() |
Returns a builder pre-populated using the current values of this RemoteFunctionOptions .
|