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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public GetRunLogResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<GetRunLogResponse>
-
headers
public GetRunLogResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<GetRunLogResponse>
-
opcRequestId
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.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder
-
etag
public GetRunLogResponse.Builder etag(String etag)
For optimistic concurrency control.- Parameters:
etag
- the value to set- Returns:
- this builder
-
contentLength
public 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
-
contentType
public 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
-
contentEncoding
public 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
-
opcMeta
public GetRunLogResponse.Builder opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the log.- Parameters:
opcMeta
- the value to set- Returns:
- this builder
-
inputStream
public GetRunLogResponse.Builder inputStream(InputStream inputStream)
The returned java.io.InputStream instance.- Parameters:
inputStream
- the value to set- Returns:
- this builder
-
copy
public GetRunLogResponse.Builder copy(GetRunLogResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<GetRunLogResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetRunLogResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<GetRunLogResponse>
- Returns:
- the response object
-
-