Package com.oracle.bmc.sch.model
Class FunctionsTargetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.sch.model.FunctionsTargetDetails.Builder
 
- 
- Enclosing class:
- FunctionsTargetDetails
 
 public static class FunctionsTargetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionsTargetDetails.BuilderbatchSizeInKbs(Integer batchSizeInKbs)The batch rollover size in kilobytes.FunctionsTargetDetails.BuilderbatchSizeInNum(Integer batchSizeInNum)The batch rollover size in number of messages.FunctionsTargetDetails.BuilderbatchTimeInSec(Integer batchTimeInSec)The batch rollover time in seconds.FunctionsTargetDetailsbuild()FunctionsTargetDetails.Buildercopy(FunctionsTargetDetails model)FunctionsTargetDetails.BuilderfunctionId(String functionId)The OCID of the function.
 
- 
- 
- 
Method Detail- 
functionIdpublic FunctionsTargetDetails.Builder functionId(String functionId) The OCID of the function.- Parameters:
- functionId- the value to set
- Returns:
- this builder
 
 - 
batchSizeInKbspublic FunctionsTargetDetails.Builder batchSizeInKbs(Integer batchSizeInKbs) The batch rollover size in kilobytes.Only one size option can be specified: batchSizeInKbs or batchSizeInNum. - Parameters:
- batchSizeInKbs- the value to set
- Returns:
- this builder
 
 - 
batchSizeInNumpublic FunctionsTargetDetails.Builder batchSizeInNum(Integer batchSizeInNum) The batch rollover size in number of messages.Only one size option can be specified: batchSizeInKbs or batchSizeInNum. - Parameters:
- batchSizeInNum- the value to set
- Returns:
- this builder
 
 - 
batchTimeInSecpublic FunctionsTargetDetails.Builder batchTimeInSec(Integer batchTimeInSec) The batch rollover time in seconds.- Parameters:
- batchTimeInSec- the value to set
- Returns:
- this builder
 
 - 
buildpublic FunctionsTargetDetails build() 
 - 
copypublic FunctionsTargetDetails.Builder copy(FunctionsTargetDetails model) 
 
- 
 
-