Class PutQueryWorkRequestBackgroundResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.responses.PutQueryWorkRequestBackgroundResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
 - Enclosing class:
- PutQueryWorkRequestBackgroundResponse
 
 public static class PutQueryWorkRequestBackgroundResponse.Builder extends Object implements BmcResponse.Builder<PutQueryWorkRequestBackgroundResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public PutQueryWorkRequestBackgroundResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
 
 - 
headerspublic PutQueryWorkRequestBackgroundResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
 
 - 
etagpublic PutQueryWorkRequestBackgroundResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic PutQueryWorkRequestBackgroundResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.When you contact Oracle about a specific request, provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
queryWorkRequestpublic PutQueryWorkRequestBackgroundResponse.Builder queryWorkRequest(QueryWorkRequest queryWorkRequest) The returned QueryWorkRequest instance, or null ifPutQueryWorkRequestBackgroundResponse.isNotModified()is true.- Parameters:
- queryWorkRequest- the value to set
- Returns:
- this builder
 
 - 
isNotModifiedpublic PutQueryWorkRequestBackgroundResponse.Builder isNotModified(boolean isNotModified) Flag to indicate whether or not the object was modified.If this is true, the getter for the object itself will return null. Callers should check this if they specified one of the request params that might result in a conditional response (like ‘if-match’/‘if-none-match’). - Specified by:
- isNotModifiedin interface- BmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
- Parameters:
- true- if the object was not modified
 
 - 
copypublic PutQueryWorkRequestBackgroundResponse.Builder copy(PutQueryWorkRequestBackgroundResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic PutQueryWorkRequestBackgroundResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
- Returns:
- the response object
 
 
- 
 
-