public static class DownloadMaskingPolicyResponse.Builder extends Object implements BmcResponse.Builder<DownloadMaskingPolicyResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DownloadMaskingPolicyResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DownloadMaskingPolicyResponse |
build()
Build the response object.
|
DownloadMaskingPolicyResponse.Builder |
contentLength(Long contentLength)
The size of the masking policy file.
|
DownloadMaskingPolicyResponse.Builder |
copy(DownloadMaskingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
|
DownloadMaskingPolicyResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
DownloadMaskingPolicyResponse.Builder |
headers(Map<String,List<String>> headers) |
DownloadMaskingPolicyResponse.Builder |
inputStream(InputStream inputStream)
The returned
java.io.InputStream instance. |
DownloadMaskingPolicyResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public DownloadMaskingPolicyResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<DownloadMaskingPolicyResponse>
public DownloadMaskingPolicyResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<DownloadMaskingPolicyResponse>
public DownloadMaskingPolicyResponse.Builder etag(String etag)
For optimistic concurrency control. For more information, see ETags for Optimistic Concurrency Control
etag
- the value to setpublic DownloadMaskingPolicyResponse.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 DownloadMaskingPolicyResponse.Builder contentLength(Long contentLength)
The size of the masking policy file.
contentLength
- the value to setpublic DownloadMaskingPolicyResponse.Builder inputStream(InputStream inputStream)
The returned java.io.InputStream
instance.
inputStream
- the value to setpublic DownloadMaskingPolicyResponse.Builder copy(DownloadMaskingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<DownloadMaskingPolicyResponse>
o
- other request from which to copy valuespublic DownloadMaskingPolicyResponse build()
Build the response object.
build
in interface BmcResponse.Builder<DownloadMaskingPolicyResponse>
Copyright © 2016–2024. All rights reserved.