public static class DownloadMaskingPolicyResponse.Builder extends Object
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 |
inputStream(InputStream inputStream)
The returned java.io.InputStream instance.
|
DownloadMaskingPolicyResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public DownloadMaskingPolicyResponse.Builder __httpStatusCode__(int __httpStatusCode__)
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.
public DownloadMaskingPolicyResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.