Function.Builder |
Function.Builder.applicationId(String applicationId) |
The OCID of the application the function belongs to.
|
static Function.Builder |
Function.builder() |
Create a new builder.
|
Function.Builder |
Function.Builder.compartmentId(String compartmentId) |
The OCID of the compartment that contains the function.
|
Function.Builder |
Function.Builder.config(Map<String,String> config) |
Function configuration.
|
Function.Builder |
Function.Builder.copy(Function model) |
|
Function.Builder |
Function.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Function.Builder |
Function.Builder.displayName(String displayName) |
The display name of the function.
|
Function.Builder |
Function.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Function.Builder |
Function.Builder.id(String id) |
The OCID of the
function.
|
Function.Builder |
Function.Builder.image(String image) |
The qualified name of the Docker image to use in the function, including the image tag.
|
Function.Builder |
Function.Builder.imageDigest(String imageDigest) |
The image digest for the version of the image that will be pulled when invoking this
function.
|
Function.Builder |
Function.Builder.invokeEndpoint(String invokeEndpoint) |
The base https invoke URL to set on a client in order to invoke a function.
|
Function.Builder |
Function.Builder.lifecycleState(Function.LifecycleState lifecycleState) |
The current state of the function.
|
Function.Builder |
Function.Builder.memoryInMBs(Long memoryInMBs) |
Maximum usable memory for the function (MiB).
|
Function.Builder |
Function.Builder.provisionedConcurrencyConfig(FunctionProvisionedConcurrencyConfig provisionedConcurrencyConfig) |
|
Function.Builder |
Function.Builder.shape(Function.Shape shape) |
The processor shape (GENERIC_X86/GENERIC_ARM) on which to run functions
in the application, extracted from the image manifest.
|
Function.Builder |
Function.Builder.sourceDetails(FunctionSourceDetails sourceDetails) |
|
Function.Builder |
Function.Builder.timeCreated(Date timeCreated) |
The time the function was created, expressed in RFC
3339 timestamp format.
|
Function.Builder |
Function.Builder.timeoutInSeconds(Integer timeoutInSeconds) |
Timeout for executions of the function.
|
Function.Builder |
Function.Builder.timeUpdated(Date timeUpdated) |
The time the function was updated, expressed in RFC
3339 timestamp format.
|
Function.Builder |
Function.toBuilder() |
|
Function.Builder |
Function.Builder.traceConfig(FunctionTraceConfig traceConfig) |
|