Uses of Class
com.oracle.bmc.disasterrecovery.model.InvokeFunctionUserDefinedCustomPrecheckStep.Builder
-
Packages that use InvokeFunctionUserDefinedCustomPrecheckStep.Builder Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of InvokeFunctionUserDefinedCustomPrecheckStep.Builder in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return InvokeFunctionUserDefinedCustomPrecheckStep.Builder Modifier and Type Method Description static InvokeFunctionUserDefinedCustomPrecheckStep.Builder
InvokeFunctionUserDefinedCustomPrecheckStep. builder()
Create a new builder.InvokeFunctionUserDefinedCustomPrecheckStep.Builder
InvokeFunctionUserDefinedCustomPrecheckStep.Builder. copy(InvokeFunctionUserDefinedCustomPrecheckStep model)
InvokeFunctionUserDefinedCustomPrecheckStep.Builder
InvokeFunctionUserDefinedCustomPrecheckStep.Builder. functionId(String functionId)
The OCID of function to be invoked.InvokeFunctionUserDefinedCustomPrecheckStep.Builder
InvokeFunctionUserDefinedCustomPrecheckStep.Builder. functionRegion(String functionRegion)
The region in which the function is deployed.InvokeFunctionUserDefinedCustomPrecheckStep.Builder
InvokeFunctionUserDefinedCustomPrecheckStep.Builder. requestBody(String requestBody)
The request body for the function.InvokeFunctionUserDefinedCustomPrecheckStep.Builder
InvokeFunctionUserDefinedCustomPrecheckStep. toBuilder()
-