Package com.oracle.bmc.queue.requests
Class UpdateQueueRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.queue.requests.UpdateQueueRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateQueueRequest,UpdateQueueDetails>
 - Enclosing class:
- UpdateQueueRequest
 
 public static class UpdateQueueRequest.Builder extends Object implements BmcRequest.Builder<UpdateQueueRequest,UpdateQueueDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateQueueRequest.Builderbody$(UpdateQueueDetails body)Alternative setter for the body parameter.UpdateQueueRequestbuild()Build the instance of UpdateQueueRequest as configured by this builderUpdateQueueRequestbuildWithoutInvocationCallback()Build the instance of UpdateQueueRequest as configured by this builderUpdateQueueRequest.Buildercopy(UpdateQueueRequest o)Copy method to populate the builder with values from the given instance.UpdateQueueRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateQueueRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateQueueRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.UpdateQueueRequest.BuilderqueueId(String queueId)The unique queue identifier.UpdateQueueRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateQueueRequest.BuilderupdateQueueDetails(UpdateQueueDetails updateQueueDetails)The information to be updated.
 
- 
- 
- 
Method Detail- 
queueIdpublic UpdateQueueRequest.Builder queueId(String queueId) The unique queue identifier.- Parameters:
- queueId- the value to set
- Returns:
- this builder instance
 
 - 
updateQueueDetailspublic UpdateQueueRequest.Builder updateQueueDetails(UpdateQueueDetails updateQueueDetails) The information to be updated.- Parameters:
- updateQueueDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateQueueRequest.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 UpdateQueueRequest.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 UpdateQueueRequest.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 UpdateQueueRequest.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 UpdateQueueRequest.Builder copy(UpdateQueueRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateQueueRequest,UpdateQueueDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateQueueRequest build() Build the instance of UpdateQueueRequest 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<UpdateQueueRequest,UpdateQueueDetails>
- Returns:
- instance of UpdateQueueRequest
 
 - 
body$public UpdateQueueRequest.Builder body$(UpdateQueueDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateQueueRequest,UpdateQueueDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateQueueRequest buildWithoutInvocationCallback() Build the instance of UpdateQueueRequest 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 UpdateQueueRequest
 
 
- 
 
-