Class AssignEncryptionKeyResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.responses.AssignEncryptionKeyResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<AssignEncryptionKeyResponse>
 - Enclosing class:
- AssignEncryptionKeyResponse
 
 public static class AssignEncryptionKeyResponse.Builder extends Object implements BmcResponse.Builder<AssignEncryptionKeyResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignEncryptionKeyResponse.Builder__httpStatusCode__(int __httpStatusCode__)AssignEncryptionKeyResponsebuild()Build the response object.AssignEncryptionKeyResponse.Buildercopy(AssignEncryptionKeyResponse o)Copy method to populate the builder with values from the given instance.AssignEncryptionKeyResponse.Builderheaders(Map<String,List<String>> headers)AssignEncryptionKeyResponse.Builderlocation(String location)URI to entity or work request created.AssignEncryptionKeyResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.AssignEncryptionKeyResponse.BuilderopcWorkRequestId(String opcWorkRequestId)Unique Oracle-assigned identifier for the asynchronous request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public AssignEncryptionKeyResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<AssignEncryptionKeyResponse>
 
 - 
headerspublic AssignEncryptionKeyResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<AssignEncryptionKeyResponse>
 
 - 
opcRequestIdpublic AssignEncryptionKeyResponse.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
 
 - 
opcWorkRequestIdpublic AssignEncryptionKeyResponse.Builder opcWorkRequestId(String opcWorkRequestId) Unique Oracle-assigned identifier for the asynchronous request.You can use this to query status of the asynchronous operation. - Parameters:
- opcWorkRequestId- the value to set
- Returns:
- this builder
 
 - 
locationpublic AssignEncryptionKeyResponse.Builder location(String location) URI to entity or work request created.- Parameters:
- location- the value to set
- Returns:
- this builder
 
 - 
copypublic AssignEncryptionKeyResponse.Builder copy(AssignEncryptionKeyResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<AssignEncryptionKeyResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic AssignEncryptionKeyResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<AssignEncryptionKeyResponse>
- Returns:
- the response object
 
 
- 
 
-