public static class GetRunLogResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetRunLogResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetRunLogResponse |
build() |
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.
|
String |
toString() |
public GetRunLogResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetRunLogResponse.Builder copy(GetRunLogResponse o)
Copy method to populate the builder with values from the given instance.
public GetRunLogResponse build()
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.
this
.public GetRunLogResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public GetRunLogResponse.Builder contentLength(Long contentLength)
Indicates the size of the data as described in RFC 2616, section 14.13.
this
.public GetRunLogResponse.Builder contentType(String contentType)
Specifies the media type of the underlying data as described in RFC 2616, section 14.17.
this
.public GetRunLogResponse.Builder contentEncoding(String contentEncoding)
Indicates the encoding of the data, as described in RFC 2616, section 14.11.
this
.public GetRunLogResponse.Builder opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the log.
this
.public GetRunLogResponse.Builder inputStream(InputStream inputStream)
The returned java.io.InputStream instance.
this
.Copyright © 2016–2022. All rights reserved.