Class UndeployFunctionOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<UndeployFunctionOptions>
-
- com.couchbase.client.java.manager.eventing.UndeployFunctionOptions
-
public class UndeployFunctionOptions extends CommonOptions<UndeployFunctionOptions>
Allows to customize the behavior of the eventing function undeploy operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
UndeployFunctionOptions.Built
-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UndeployFunctionOptions.Built
build()
static UndeployFunctionOptions
undeployFunctionOptions()
Creates a new instance with default values.-
Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
-
-
-
Method Detail
-
undeployFunctionOptions
public static UndeployFunctionOptions undeployFunctionOptions()
Creates a new instance with default values.- Returns:
- the instantiated default options.
-
build
@Internal public UndeployFunctionOptions.Built build()
-
-