public static class GetRunLogResponse.Builder extends Object
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 |
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.
|
public GetRunLogResponse.Builder __httpStatusCode__(int __httpStatusCode__)
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.
public GetRunLogResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.