Class UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails.Builder
-
- Enclosing class:
- UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails
public static class UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails
build()
UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails.Builder
copy(UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails model)
UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails.Builder
functionId(String functionId)
The OCID of function to be invoked.UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails.Builder
requestBody(String requestBody)
The request body for the function.
-
-
-
Method Detail
-
functionId
public UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails.Builder functionId(String functionId)
The OCID of function to be invoked.Example: ocid1.fnfunc.oc1..uniqueID
- Parameters:
functionId
- the value to set- Returns:
- this builder
-
requestBody
public UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails.Builder requestBody(String requestBody)
The request body for the function.Example: { "FnParam1", "FnParam2" }
- Parameters:
requestBody
- the value to set- Returns:
- this builder
-
build
public UpdateInvokeFunctionUserDefinedCustomPrecheckStepDetails build()
-
-