Class CreateJobExecutionRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.requests.CreateJobExecutionRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<CreateJobExecutionRequest,CreateJobExecutionDetails>
 - Enclosing class:
- CreateJobExecutionRequest
 
 public static class CreateJobExecutionRequest.Builder extends Object implements BmcRequest.Builder<CreateJobExecutionRequest,CreateJobExecutionDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateJobExecutionRequest.Builderbody$(CreateJobExecutionDetails body)Alternative setter for the body parameter.CreateJobExecutionRequestbuild()Build the instance of CreateJobExecutionRequest as configured by this builderCreateJobExecutionRequestbuildWithoutInvocationCallback()Build the instance of CreateJobExecutionRequest as configured by this builderCreateJobExecutionRequest.BuildercatalogId(String catalogId)Unique catalog identifier.CreateJobExecutionRequest.Buildercopy(CreateJobExecutionRequest o)Copy method to populate the builder with values from the given instance.CreateJobExecutionRequest.BuildercreateJobExecutionDetails(CreateJobExecutionDetails createJobExecutionDetails)The information used to create the job execution.CreateJobExecutionRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.CreateJobExecutionRequest.BuilderjobKey(String jobKey)Unique job key.CreateJobExecutionRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.CreateJobExecutionRequest.BuilderopcRetryToken(String opcRetryToken)A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.CreateJobExecutionRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
catalogIdpublic CreateJobExecutionRequest.Builder catalogId(String catalogId) Unique catalog identifier.- Parameters:
- catalogId- the value to set
- Returns:
- this builder instance
 
 - 
jobKeypublic CreateJobExecutionRequest.Builder jobKey(String jobKey) Unique job key.- Parameters:
- jobKey- the value to set
- Returns:
- this builder instance
 
 - 
createJobExecutionDetailspublic CreateJobExecutionRequest.Builder createJobExecutionDetails(CreateJobExecutionDetails createJobExecutionDetails) The information used to create the job execution.- Parameters:
- createJobExecutionDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic CreateJobExecutionRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
opcRetryTokenpublic CreateJobExecutionRequest.Builder opcRetryToken(String opcRetryToken) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected. - Parameters:
- opcRetryToken- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic CreateJobExecutionRequest.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 CreateJobExecutionRequest.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 CreateJobExecutionRequest.Builder copy(CreateJobExecutionRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<CreateJobExecutionRequest,CreateJobExecutionDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateJobExecutionRequest build() Build the instance of CreateJobExecutionRequest 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<CreateJobExecutionRequest,CreateJobExecutionDetails>
- Returns:
- instance of CreateJobExecutionRequest
 
 - 
body$public CreateJobExecutionRequest.Builder body$(CreateJobExecutionDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<CreateJobExecutionRequest,CreateJobExecutionDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic CreateJobExecutionRequest buildWithoutInvocationCallback() Build the instance of CreateJobExecutionRequest 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 CreateJobExecutionRequest
 
 
- 
 
-