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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
__httpStatusCode__
public PutQueryWorkRequestBackgroundResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
-
headers
public PutQueryWorkRequestBackgroundResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
-
etag
public PutQueryWorkRequestBackgroundResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag
- the value to set- Returns:
- this builder
-
opcRequestId
public 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
-
queryWorkRequest
public PutQueryWorkRequestBackgroundResponse.Builder queryWorkRequest(QueryWorkRequest queryWorkRequest)
The returned QueryWorkRequest instance, or null ifPutQueryWorkRequestBackgroundResponse.isNotModified()
is true.- Parameters:
queryWorkRequest
- the value to set- Returns:
- this builder
-
isNotModified
public 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:
isNotModified
in interfaceBmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
- Parameters:
true
- if the object was not modified
-
copy
public PutQueryWorkRequestBackgroundResponse.Builder copy(PutQueryWorkRequestBackgroundResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public PutQueryWorkRequestBackgroundResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<PutQueryWorkRequestBackgroundResponse>
- Returns:
- the response object
-
-