Package | Description |
---|---|
com.oracle.bmc.functions.requests |
Modifier and Type | Method and Description |
---|---|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.body$(InputStream body)
Alternative setter for the body parameter.
|
static InvokeFunctionRequest.Builder |
InvokeFunctionRequest.builder()
Return a new builder for this request object.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.copy(InvokeFunctionRequest o)
Copy method to populate the builder with values from the given instance.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.fnIntent(InvokeFunctionRequest.FnIntent fnIntent)
An optional intent header that indicates to the FDK the way the event should be
interpreted.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.fnInvokeType(InvokeFunctionRequest.FnInvokeType fnInvokeType)
Indicates whether Oracle Functions should execute the request and return the result
(‘sync’) of the execution, or whether Oracle Functions should return as soon as
processing has begun (‘detached’) and leave result handling to the function.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.functionId(String functionId)
The OCID
of this function.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.invokeFunctionBody(InputStream invokeFunctionBody)
The body of the function invocation.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.opcRequestId(String opcRequestId)
The unique Oracle-assigned identifier for the request.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
InvokeFunctionRequest.Builder |
InvokeFunctionRequest.toBuilder()
Return an instance of
InvokeFunctionRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.