Package com.oracle.bmc.opsi.responses
Class IngestSqlTextResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.responses.IngestSqlTextResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<IngestSqlTextResponse>
 - Enclosing class:
- IngestSqlTextResponse
 
 public static class IngestSqlTextResponse.Builder extends Object implements BmcResponse.Builder<IngestSqlTextResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IngestSqlTextResponse.Builder__httpStatusCode__(int __httpStatusCode__)IngestSqlTextResponsebuild()Build the response object.IngestSqlTextResponse.Buildercopy(IngestSqlTextResponse o)Copy method to populate the builder with values from the given instance.IngestSqlTextResponse.Builderetag(String etag)For optimistic concurrency control.IngestSqlTextResponse.Builderheaders(Map<String,List<String>> headers)IngestSqlTextResponse.BuilderingestSqlTextResponseDetails(IngestSqlTextResponseDetails ingestSqlTextResponseDetails)The returned IngestSqlTextResponseDetails instance.IngestSqlTextResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the 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 IngestSqlTextResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<IngestSqlTextResponse>
 
 - 
headerspublic IngestSqlTextResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<IngestSqlTextResponse>
 
 - 
opcRequestIdpublic IngestSqlTextResponse.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
 
 - 
etagpublic IngestSqlTextResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
ingestSqlTextResponseDetailspublic IngestSqlTextResponse.Builder ingestSqlTextResponseDetails(IngestSqlTextResponseDetails ingestSqlTextResponseDetails) The returned IngestSqlTextResponseDetails instance.- Parameters:
- ingestSqlTextResponseDetails- the value to set
- Returns:
- this builder
 
 - 
copypublic IngestSqlTextResponse.Builder copy(IngestSqlTextResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<IngestSqlTextResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic IngestSqlTextResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<IngestSqlTextResponse>
- Returns:
- the response object
 
 
- 
 
-