public static class HeadJobArtifactResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HeadJobArtifactResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
HeadJobArtifactResponse |
build()
Build the response object.
|
HeadJobArtifactResponse.Builder |
contentDisposition(String contentDisposition)
The content disposition of the body, as described in RFC 2616, section 19.5.1.
|
HeadJobArtifactResponse.Builder |
contentLength(Long contentLength)
The content size of the body in bytes.
|
HeadJobArtifactResponse.Builder |
contentMd5(String contentMd5)
The base-64 encoded MD5 hash of the body, as described in RFC 2616, section 14.15.
|
HeadJobArtifactResponse.Builder |
copy(HeadJobArtifactResponse o)
Copy method to populate the builder with values from the given instance.
|
HeadJobArtifactResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
HeadJobArtifactResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
HeadJobArtifactResponse.Builder |
lastModified(Date lastModified)
The artifact modification time, as described in RFC 2616, section 14.29.
|
HeadJobArtifactResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
public HeadJobArtifactResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public HeadJobArtifactResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public HeadJobArtifactResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
etag
- the value to setpublic HeadJobArtifactResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
opcRequestId
- the value to setpublic HeadJobArtifactResponse.Builder contentLength(Long contentLength)
The content size of the body in bytes.
contentLength
- the value to setpublic HeadJobArtifactResponse.Builder contentMd5(String contentMd5)
The base-64 encoded MD5 hash of the body, as described in RFC 2616, section 14.15.
Unavailable for objects uploaded using multipart upload.
If the content-md5
header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header.
If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
“The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)”
contentMd5
- the value to setpublic HeadJobArtifactResponse.Builder contentDisposition(String contentDisposition)
The content disposition of the body, as described in RFC 2616, section 19.5.1.
contentDisposition
- the value to setpublic HeadJobArtifactResponse.Builder lastModified(Date lastModified)
The artifact modification time, as described in RFC 2616, section 14.29.
lastModified
- the value to setpublic HeadJobArtifactResponse.Builder copy(HeadJobArtifactResponse o)
Copy method to populate the builder with values from the given instance.
public HeadJobArtifactResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.