public static class GetRunLogResponse.Builder extends Object implements BmcResponse.Builder<GetRunLogResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetRunLogResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetRunLogResponse |
build()
Build the response object.
|
GetRunLogResponse.Builder |
contentEncoding(String contentEncoding)
Indicates the encoding of the data, as described in RFC 2616, section 14.11.
|
GetRunLogResponse.Builder |
contentLength(Long contentLength)
Indicates the size of the data as described in RFC 2616, section 14.13.
|
GetRunLogResponse.Builder |
contentType(String contentType)
Specifies the media type of the underlying data as described in RFC 2616, section 14.17.
|
GetRunLogResponse.Builder |
copy(GetRunLogResponse o)
Copy method to populate the builder with values from the given instance.
|
GetRunLogResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetRunLogResponse.Builder |
headers(Map<String,List<String>> headers) |
GetRunLogResponse.Builder |
inputStream(InputStream inputStream)
The returned
java.io.InputStream instance. |
GetRunLogResponse.Builder |
opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the log.
|
GetRunLogResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetRunLogResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetRunLogResponse>
public GetRunLogResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetRunLogResponse>
public 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.
opcRequestId
- the value to setpublic GetRunLogResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
etag
- the value to setpublic GetRunLogResponse.Builder contentLength(Long contentLength)
Indicates the size of the data as described in RFC 2616, section 14.13.
contentLength
- the value to setpublic GetRunLogResponse.Builder contentType(String contentType)
Specifies the media type of the underlying data as described in RFC 2616, section 14.17.
contentType
- the value to setpublic GetRunLogResponse.Builder contentEncoding(String contentEncoding)
Indicates the encoding of the data, as described in RFC 2616, section 14.11.
contentEncoding
- the value to setpublic GetRunLogResponse.Builder opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the log.
opcMeta
- the value to setpublic GetRunLogResponse.Builder inputStream(InputStream inputStream)
The returned java.io.InputStream
instance.
inputStream
- the value to setpublic GetRunLogResponse.Builder copy(GetRunLogResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetRunLogResponse>
o
- other request from which to copy valuespublic GetRunLogResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetRunLogResponse>
Copyright © 2016–2024. All rights reserved.