public abstract static class RemoteFunctionOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract RemoteFunctionOptions |
build()
Creates a
RemoteFunctionOptions object. |
abstract 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 |
setEndpoint(String endpoint)
Sets Endpoint argument Endpoint of the user-provided remote service, e.g.
|
abstract RemoteFunctionOptions.Builder |
setMaxBatchingRows(Long maxBatchingRows)
Max number of rows in each batch sent to the remote service.
|
abstract 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.
|
public abstract RemoteFunctionOptions.Builder setEndpoint(String endpoint)
public abstract RemoteFunctionOptions.Builder setConnection(String connection)
public abstract RemoteFunctionOptions.Builder setUserDefinedContext(Map<String,String> userDefinedContext)
public abstract RemoteFunctionOptions.Builder setMaxBatchingRows(Long maxBatchingRows)
public abstract RemoteFunctionOptions build()
RemoteFunctionOptions
object.Copyright © 2023 Google LLC. All rights reserved.