Class GetRunLogResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataflow.responses.GetRunLogResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetRunLogResponse>
 - Enclosing class:
- GetRunLogResponse
 
 public static class GetRunLogResponse.Builder extends Object implements BmcResponse.Builder<GetRunLogResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRunLogResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetRunLogResponsebuild()Build the response object.GetRunLogResponse.BuildercontentEncoding(String contentEncoding)Indicates the encoding of the data, as described in RFC 2616, section 14.11.GetRunLogResponse.BuildercontentLength(Long contentLength)Indicates the size of the data as described in RFC 2616, section 14.13.GetRunLogResponse.BuildercontentType(String contentType)Specifies the media type of the underlying data as described in RFC 2616, section 14.17.GetRunLogResponse.Buildercopy(GetRunLogResponse o)Copy method to populate the builder with values from the given instance.GetRunLogResponse.Builderetag(String etag)For optimistic concurrency control.GetRunLogResponse.Builderheaders(Map<String,List<String>> headers)GetRunLogResponse.BuilderinputStream(InputStream inputStream)The returned java.io.InputStream instance.GetRunLogResponse.BuilderopcMeta(Map<String,String> opcMeta)The user-defined metadata for the log.GetRunLogResponse.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 GetRunLogResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetRunLogResponse>
 
 - 
headerspublic GetRunLogResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetRunLogResponse>
 
 - 
opcRequestIdpublic GetRunLogResponse.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 GetRunLogResponse.Builder etag(String etag) For optimistic concurrency control.- Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
contentLengthpublic GetRunLogResponse.Builder contentLength(Long contentLength) Indicates the size of the data as described in RFC 2616, section 14.13.- Parameters:
- contentLength- the value to set
- Returns:
- this builder
 
 - 
contentTypepublic GetRunLogResponse.Builder contentType(String contentType) Specifies the media type of the underlying data as described in RFC 2616, section 14.17.- Parameters:
- contentType- the value to set
- Returns:
- this builder
 
 - 
contentEncodingpublic GetRunLogResponse.Builder contentEncoding(String contentEncoding) Indicates the encoding of the data, as described in RFC 2616, section 14.11.- Parameters:
- contentEncoding- the value to set
- Returns:
- this builder
 
 - 
opcMetapublic GetRunLogResponse.Builder opcMeta(Map<String,String> opcMeta) The user-defined metadata for the log.- Parameters:
- opcMeta- the value to set
- Returns:
- this builder
 
 - 
inputStreampublic GetRunLogResponse.Builder inputStream(InputStream inputStream) The returned java.io.InputStream instance.- Parameters:
- inputStream- the value to set
- Returns:
- this builder
 
 - 
copypublic GetRunLogResponse.Builder copy(GetRunLogResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetRunLogResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetRunLogResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetRunLogResponse>
- Returns:
- the response object
 
 
- 
 
-