public static class FunctionsTargetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FunctionsTargetDetails.Builder |
batchSizeInKbs(Integer batchSizeInKbs)
The batch rollover size in kilobytes.
|
FunctionsTargetDetails.Builder |
batchSizeInNum(Integer batchSizeInNum)
The batch rollover size in number of messages.
|
FunctionsTargetDetails.Builder |
batchTimeInSec(Integer batchTimeInSec)
The batch rollover time in seconds.
|
FunctionsTargetDetails |
build() |
FunctionsTargetDetails.Builder |
copy(FunctionsTargetDetails model) |
FunctionsTargetDetails.Builder |
functionId(String functionId)
The OCID
of the function.
|
public FunctionsTargetDetails.Builder functionId(String functionId)
The OCID of the function.
functionId
- the value to setpublic FunctionsTargetDetails.Builder batchSizeInKbs(Integer batchSizeInKbs)
The batch rollover size in kilobytes.
batchSizeInKbs
- the value to setpublic FunctionsTargetDetails.Builder batchSizeInNum(Integer batchSizeInNum)
The batch rollover size in number of messages.
batchSizeInNum
- the value to setpublic FunctionsTargetDetails.Builder batchTimeInSec(Integer batchTimeInSec)
The batch rollover time in seconds.
batchTimeInSec
- the value to setpublic FunctionsTargetDetails build()
public FunctionsTargetDetails.Builder copy(FunctionsTargetDetails model)
Copyright © 2016–2024. All rights reserved.