public static class HeadObjectResponse.Builder extends Object implements BmcResponse.Builder<HeadObjectResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HeadObjectResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
HeadObjectResponse.Builder |
archivalState(ArchivalState archivalState)
Archival state of an object.
|
HeadObjectResponse |
build()
Build the response object.
|
HeadObjectResponse.Builder |
cacheControl(String cacheControl)
Cache-Control header, as described in RFC
2616.
|
HeadObjectResponse.Builder |
contentDisposition(String contentDisposition)
Content-Disposition header, as described in RFC
2616.
|
HeadObjectResponse.Builder |
contentEncoding(String contentEncoding)
Content-Encoding header, as described in RFC
2616.
|
HeadObjectResponse.Builder |
contentLanguage(String contentLanguage)
Content-Language header, as described in RFC
2616.
|
HeadObjectResponse.Builder |
contentLength(Long contentLength)
The object size in bytes.
|
HeadObjectResponse.Builder |
contentMd5(String contentMd5)
Content-MD5 header, as described in RFC
2616.
|
HeadObjectResponse.Builder |
contentType(String contentType)
Content-Type header, as described in RFC
2616.
|
HeadObjectResponse.Builder |
copy(HeadObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
HeadObjectResponse.Builder |
eTag(String eTag)
The entity tag (ETag) for the object.
|
HeadObjectResponse.Builder |
headers(Map<String,List<String>> headers) |
HeadObjectResponse.Builder |
isNotModified(boolean isNotModified)
Flag to indicate whether or not the object was modified.
|
HeadObjectResponse.Builder |
lastModified(Date lastModified)
The object modification time, as described in RFC
2616.
|
HeadObjectResponse.Builder |
opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when
debugging.
|
HeadObjectResponse.Builder |
opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the object.
|
HeadObjectResponse.Builder |
opcMultipartMd5(String opcMultipartMd5)
Only applicable to objects uploaded using multipart upload.
|
HeadObjectResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
HeadObjectResponse.Builder |
storageTier(StorageTier storageTier)
The storage tier that the object is stored in.
|
HeadObjectResponse.Builder |
timeOfArchival(Date timeOfArchival)
Time that the object is returned to the archived state.
|
HeadObjectResponse.Builder |
versionId(String versionId)
VersionId of the object requested
|
public HeadObjectResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<HeadObjectResponse>
public HeadObjectResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<HeadObjectResponse>
public HeadObjectResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
opcClientRequestId
- the value to setpublic HeadObjectResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide this request ID.
opcRequestId
- the value to setpublic HeadObjectResponse.Builder eTag(String eTag)
The entity tag (ETag) for the object.
eTag
- the value to setpublic HeadObjectResponse.Builder opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the object.
opcMeta
- the value to setpublic HeadObjectResponse.Builder contentLength(Long contentLength)
The object size in bytes.
contentLength
- the value to setpublic HeadObjectResponse.Builder contentMd5(String contentMd5)
Content-MD5 header, as described in RFC 2616. Unavailable for objects uploaded using multipart upload.
contentMd5
- the value to setpublic HeadObjectResponse.Builder opcMultipartMd5(String opcMultipartMd5)
Only applicable to objects uploaded using multipart upload. Base-64 representation of the multipart object hash. The multipart object hash is calculated by taking the MD5 hashes of the parts, concatenating the binary representation of those hashes in order of their part numbers, and then calculating the MD5 hash of the concatenated values.
opcMultipartMd5
- the value to setpublic HeadObjectResponse.Builder contentType(String contentType)
Content-Type header, as described in RFC 2616.
contentType
- the value to setpublic HeadObjectResponse.Builder contentLanguage(String contentLanguage)
Content-Language header, as described in RFC 2616.
contentLanguage
- the value to setpublic HeadObjectResponse.Builder contentEncoding(String contentEncoding)
Content-Encoding header, as described in RFC 2616.
contentEncoding
- the value to setpublic HeadObjectResponse.Builder cacheControl(String cacheControl)
Cache-Control header, as described in RFC 2616.
cacheControl
- the value to setpublic HeadObjectResponse.Builder contentDisposition(String contentDisposition)
Content-Disposition header, as described in RFC 2616.
contentDisposition
- the value to setpublic HeadObjectResponse.Builder lastModified(Date lastModified)
The object modification time, as described in RFC 2616.
lastModified
- the value to setpublic HeadObjectResponse.Builder storageTier(StorageTier storageTier)
The storage tier that the object is stored in.
storageTier
- the value to setpublic HeadObjectResponse.Builder archivalState(ArchivalState archivalState)
Archival state of an object. This field is set only for objects in Archive tier.
archivalState
- the value to setpublic HeadObjectResponse.Builder timeOfArchival(Date timeOfArchival)
Time that the object is returned to the archived state. This field is only present for restored objects.
timeOfArchival
- the value to setpublic HeadObjectResponse.Builder versionId(String versionId)
VersionId of the object requested
versionId
- the value to setpublic HeadObjectResponse.Builder isNotModified(boolean isNotModified)
Flag to indicate whether or not the object was modified. If this is true, the getter for the object itself will return null. Callers should check this if they specified one of the request params that might result in a conditional response (like ‘if-match’/‘if-none-match’).
isNotModified
in interface BmcResponse.Builder<HeadObjectResponse>
true
- if the object was not modifiedpublic HeadObjectResponse.Builder copy(HeadObjectResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<HeadObjectResponse>
o
- other request from which to copy valuespublic HeadObjectResponse build()
Build the response object.
build
in interface BmcResponse.Builder<HeadObjectResponse>
Copyright © 2016–2024. All rights reserved.