Class UpdateSchedulerJobRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.requests.UpdateSchedulerJobRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateSchedulerJobRequest,UpdateSchedulerJobDetails>
 - Enclosing class:
- UpdateSchedulerJobRequest
 
 public static class UpdateSchedulerJobRequest.Builder extends Object implements BmcRequest.Builder<UpdateSchedulerJobRequest,UpdateSchedulerJobDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSchedulerJobRequest.Builderbody$(UpdateSchedulerJobDetails body)Alternative setter for the body parameter.UpdateSchedulerJobRequestbuild()Build the instance of UpdateSchedulerJobRequest as configured by this builderUpdateSchedulerJobRequestbuildWithoutInvocationCallback()Build the instance of UpdateSchedulerJobRequest as configured by this builderUpdateSchedulerJobRequest.Buildercopy(UpdateSchedulerJobRequest o)Copy method to populate the builder with values from the given instance.UpdateSchedulerJobRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateSchedulerJobRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateSchedulerJobRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.UpdateSchedulerJobRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateSchedulerJobRequest.BuilderschedulerJobId(String schedulerJobId)unique SchedulerJob identifierUpdateSchedulerJobRequest.BuilderupdateSchedulerJobDetails(UpdateSchedulerJobDetails updateSchedulerJobDetails)Attributes to update a schedule job.
 
- 
- 
- 
Method Detail- 
schedulerJobIdpublic UpdateSchedulerJobRequest.Builder schedulerJobId(String schedulerJobId) unique SchedulerJob identifier- Parameters:
- schedulerJobId- the value to set
- Returns:
- this builder instance
 
 - 
updateSchedulerJobDetailspublic UpdateSchedulerJobRequest.Builder updateSchedulerJobDetails(UpdateSchedulerJobDetails updateSchedulerJobDetails) Attributes to update a schedule job.- Parameters:
- updateSchedulerJobDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateSchedulerJobRequest.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. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateSchedulerJobRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateSchedulerJobRequest.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 UpdateSchedulerJobRequest.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 UpdateSchedulerJobRequest.Builder copy(UpdateSchedulerJobRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateSchedulerJobRequest,UpdateSchedulerJobDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateSchedulerJobRequest build() Build the instance of UpdateSchedulerJobRequest 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<UpdateSchedulerJobRequest,UpdateSchedulerJobDetails>
- Returns:
- instance of UpdateSchedulerJobRequest
 
 - 
body$public UpdateSchedulerJobRequest.Builder body$(UpdateSchedulerJobDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateSchedulerJobRequest,UpdateSchedulerJobDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateSchedulerJobRequest buildWithoutInvocationCallback() Build the instance of UpdateSchedulerJobRequest 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 UpdateSchedulerJobRequest
 
 
- 
 
-