Class CreateFunctionRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.functions.requests.CreateFunctionRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<CreateFunctionRequest,CreateFunctionDetails>
 - Enclosing class:
- CreateFunctionRequest
 
 public static class CreateFunctionRequest.Builder extends Object implements BmcRequest.Builder<CreateFunctionRequest,CreateFunctionDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFunctionRequest.Builderbody$(CreateFunctionDetails body)Alternative setter for the body parameter.CreateFunctionRequestbuild()Build the instance of CreateFunctionRequest as configured by this builderCreateFunctionRequestbuildWithoutInvocationCallback()Build the instance of CreateFunctionRequest as configured by this builderCreateFunctionRequest.Buildercopy(CreateFunctionRequest o)Copy method to populate the builder with values from the given instance.CreateFunctionRequest.BuildercreateFunctionDetails(CreateFunctionDetails createFunctionDetails)Specification of the function to createCreateFunctionRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.CreateFunctionRequest.BuilderopcRequestId(String opcRequestId)The unique Oracle-assigned identifier for the request.CreateFunctionRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
createFunctionDetailspublic CreateFunctionRequest.Builder createFunctionDetails(CreateFunctionDetails createFunctionDetails) Specification of the function to create- Parameters:
- createFunctionDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic CreateFunctionRequest.Builder opcRequestId(String opcRequestId) The unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic CreateFunctionRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic CreateFunctionRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic CreateFunctionRequest.Builder copy(CreateFunctionRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<CreateFunctionRequest,CreateFunctionDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateFunctionRequest build() Build the instance of CreateFunctionRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<CreateFunctionRequest,CreateFunctionDetails>
- Returns:
- instance of CreateFunctionRequest
 
 - 
body$public CreateFunctionRequest.Builder body$(CreateFunctionDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<CreateFunctionRequest,CreateFunctionDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic CreateFunctionRequest buildWithoutInvocationCallback() Build the instance of CreateFunctionRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of CreateFunctionRequest
 
 
- 
 
-