Class UpdateTaskScheduleRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.requests.UpdateTaskScheduleRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateTaskScheduleRequest,UpdateTaskScheduleDetails>
 - Enclosing class:
- UpdateTaskScheduleRequest
 
 public static class UpdateTaskScheduleRequest.Builder extends Object implements BmcRequest.Builder<UpdateTaskScheduleRequest,UpdateTaskScheduleDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTaskScheduleRequest.BuilderapplicationKey(String applicationKey)The application key.UpdateTaskScheduleRequest.Builderbody$(UpdateTaskScheduleDetails body)Alternative setter for the body parameter.UpdateTaskScheduleRequestbuild()Build the instance of UpdateTaskScheduleRequest as configured by this builderUpdateTaskScheduleRequestbuildWithoutInvocationCallback()Build the instance of UpdateTaskScheduleRequest as configured by this builderUpdateTaskScheduleRequest.Buildercopy(UpdateTaskScheduleRequest o)Copy method to populate the builder with values from the given instance.UpdateTaskScheduleRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateTaskScheduleRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateTaskScheduleRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.UpdateTaskScheduleRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateTaskScheduleRequest.BuildertaskScheduleKey(String taskScheduleKey)TaskSchedule KeyUpdateTaskScheduleRequest.BuilderupdateTaskScheduleDetails(UpdateTaskScheduleDetails updateTaskScheduleDetails)Request body parameter for TaskSchedule detailsUpdateTaskScheduleRequest.BuilderworkspaceId(String workspaceId)The workspace ID.
 
- 
- 
- 
Method Detail- 
workspaceIdpublic UpdateTaskScheduleRequest.Builder workspaceId(String workspaceId) The workspace ID.- Parameters:
- workspaceId- the value to set
- Returns:
- this builder instance
 
 - 
applicationKeypublic UpdateTaskScheduleRequest.Builder applicationKey(String applicationKey) The application key.- Parameters:
- applicationKey- the value to set
- Returns:
- this builder instance
 
 - 
taskScheduleKeypublic UpdateTaskScheduleRequest.Builder taskScheduleKey(String taskScheduleKey) TaskSchedule Key- Parameters:
- taskScheduleKey- the value to set
- Returns:
- this builder instance
 
 - 
updateTaskScheduleDetailspublic UpdateTaskScheduleRequest.Builder updateTaskScheduleDetails(UpdateTaskScheduleDetails updateTaskScheduleDetails) Request body parameter for TaskSchedule details- Parameters:
- updateTaskScheduleDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateTaskScheduleRequest.Builder ifMatch(String ifMatch) For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value. When ‘if-match’ is provided and its value does not exactly match the ‘etag’ of the resource on the server, the request fails with the 412 response code. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateTaskScheduleRequest.Builder opcRequestId(String opcRequestId) 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 UpdateTaskScheduleRequest.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 UpdateTaskScheduleRequest.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 UpdateTaskScheduleRequest.Builder copy(UpdateTaskScheduleRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateTaskScheduleRequest,UpdateTaskScheduleDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateTaskScheduleRequest build() Build the instance of UpdateTaskScheduleRequest 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<UpdateTaskScheduleRequest,UpdateTaskScheduleDetails>
- Returns:
- instance of UpdateTaskScheduleRequest
 
 - 
body$public UpdateTaskScheduleRequest.Builder body$(UpdateTaskScheduleDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateTaskScheduleRequest,UpdateTaskScheduleDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateTaskScheduleRequest buildWithoutInvocationCallback() Build the instance of UpdateTaskScheduleRequest 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 UpdateTaskScheduleRequest
 
 
- 
 
-