Class HeadObjectResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.responses.HeadObjectResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<HeadObjectResponse>
- Enclosing class:
- HeadObjectResponse
public static class HeadObjectResponse.Builder extends Object implements BmcResponse.Builder<HeadObjectResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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
opcContentCrc32c(String opcContentCrc32c)
The base64-encoded, 32-bit CRC32C (Castagnoli) checksum of the object.HeadObjectResponse.Builder
opcContentSha256(String opcContentSha256)
Applicable only if SHA256 was specified in the opc-checksum-algorithm request header during upload.HeadObjectResponse.Builder
opcContentSha384(String opcContentSha384)
Applicable only if SHA384 was specified in the opc-checksum-algorithm request header during upload.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
opcMultipartSha256(String opcMultipartSha256)
Only applicable to objects uploaded using multipart upload.HeadObjectResponse.Builder
opcMultipartSha384(String opcMultipartSha384)
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
-
-
-
Method Detail
-
__httpStatusCode__
public HeadObjectResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<HeadObjectResponse>
-
headers
public HeadObjectResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<HeadObjectResponse>
-
opcClientRequestId
public HeadObjectResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.- Parameters:
opcClientRequestId
- the value to set- Returns:
- this builder
-
opcRequestId
public 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.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder
-
eTag
public HeadObjectResponse.Builder eTag(String eTag)
The entity tag (ETag) for the object.- Parameters:
eTag
- the value to set- Returns:
- this builder
-
opcMeta
public HeadObjectResponse.Builder opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the object.- Parameters:
opcMeta
- the value to set- Returns:
- this builder
-
contentLength
public HeadObjectResponse.Builder contentLength(Long contentLength)
The object size in bytes.- Parameters:
contentLength
- the value to set- Returns:
- this builder
-
contentMd5
public HeadObjectResponse.Builder contentMd5(String contentMd5)
Content-MD5 header, as described in RFC 2616.Unavailable for objects uploaded using multipart upload.
- Parameters:
contentMd5
- the value to set- Returns:
- this builder
-
opcMultipartMd5
public 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.
- Parameters:
opcMultipartMd5
- the value to set- Returns:
- this builder
-
opcContentCrc32c
public HeadObjectResponse.Builder opcContentCrc32c(String opcContentCrc32c)
The base64-encoded, 32-bit CRC32C (Castagnoli) checksum of the object.Even for objects uploaded using multipart upload, this header returns the CRC32C (Castagnoli) checksum of the complete reconstructed object.
- Parameters:
opcContentCrc32c
- the value to set- Returns:
- this builder
-
opcContentSha256
public HeadObjectResponse.Builder opcContentSha256(String opcContentSha256)
Applicable only if SHA256 was specified in the opc-checksum-algorithm request header during upload.The base64-encoded SHA256 hash of the object as computed during upload. Unavailable for objects uploaded using multipart upload.
- Parameters:
opcContentSha256
- the value to set- Returns:
- this builder
-
opcMultipartSha256
public HeadObjectResponse.Builder opcMultipartSha256(String opcMultipartSha256)
Only applicable to objects uploaded using multipart upload.Applicable only if SHA256 was specified in the opc-checksum-algorithm request header during upload. Base-64 representation of the multipart object SHA256 hash. The multipart object hash is calculated by taking the SHA256 hashes of the parts, concatenating the binary representation of those hashes in order of their part numbers, and then calculating the SHA256 hash of the concatenated values.
- Parameters:
opcMultipartSha256
- the value to set- Returns:
- this builder
-
opcContentSha384
public HeadObjectResponse.Builder opcContentSha384(String opcContentSha384)
Applicable only if SHA384 was specified in the opc-checksum-algorithm request header during upload.The base64-encoded SHA384 hash of the object as computed during upload. Unavailable for objects uploaded using multipart upload.
- Parameters:
opcContentSha384
- the value to set- Returns:
- this builder
-
opcMultipartSha384
public HeadObjectResponse.Builder opcMultipartSha384(String opcMultipartSha384)
Only applicable to objects uploaded using multipart upload.Applicable only if SHA384 was specified in the opc-checksum-algorithm request header during upload. Base-64 representation of the multipart object SHA384 hash. The multipart object hash is calculated by taking the SHA384 hashes of the parts, concatenating the binary representation of those hashes in order of their part numbers, and then calculating the SHA384 hash of the concatenated values.
- Parameters:
opcMultipartSha384
- the value to set- Returns:
- this builder
-
contentType
public HeadObjectResponse.Builder contentType(String contentType)
Content-Type header, as described in RFC 2616.- Parameters:
contentType
- the value to set- Returns:
- this builder
-
contentLanguage
public HeadObjectResponse.Builder contentLanguage(String contentLanguage)
Content-Language header, as described in RFC 2616.- Parameters:
contentLanguage
- the value to set- Returns:
- this builder
-
contentEncoding
public HeadObjectResponse.Builder contentEncoding(String contentEncoding)
Content-Encoding header, as described in RFC 2616.- Parameters:
contentEncoding
- the value to set- Returns:
- this builder
-
cacheControl
public HeadObjectResponse.Builder cacheControl(String cacheControl)
Cache-Control header, as described in RFC 2616.- Parameters:
cacheControl
- the value to set- Returns:
- this builder
-
contentDisposition
public HeadObjectResponse.Builder contentDisposition(String contentDisposition)
Content-Disposition header, as described in RFC 2616.- Parameters:
contentDisposition
- the value to set- Returns:
- this builder
-
lastModified
public HeadObjectResponse.Builder lastModified(Date lastModified)
The object modification time, as described in RFC 2616.- Parameters:
lastModified
- the value to set- Returns:
- this builder
-
storageTier
public HeadObjectResponse.Builder storageTier(StorageTier storageTier)
The storage tier that the object is stored in.- Parameters:
storageTier
- the value to set- Returns:
- this builder
-
archivalState
public HeadObjectResponse.Builder archivalState(ArchivalState archivalState)
Archival state of an object.This field is set only for objects in Archive tier.
- Parameters:
archivalState
- the value to set- Returns:
- this builder
-
timeOfArchival
public HeadObjectResponse.Builder timeOfArchival(Date timeOfArchival)
Time that the object is returned to the archived state.This field is only present for restored objects.
- Parameters:
timeOfArchival
- the value to set- Returns:
- this builder
-
versionId
public HeadObjectResponse.Builder versionId(String versionId)
VersionId of the object requested- Parameters:
versionId
- the value to set- Returns:
- this builder
-
isNotModified
public 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’).
- Specified by:
isNotModified
in interfaceBmcResponse.Builder<HeadObjectResponse>
- Parameters:
true
- if the object was not modified
-
copy
public HeadObjectResponse.Builder copy(HeadObjectResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<HeadObjectResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public HeadObjectResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<HeadObjectResponse>
- Returns:
- the response object
-
-