public static class HeadAwrHubObjectResponse.Builder extends Object implements BmcResponse.Builder<HeadAwrHubObjectResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HeadAwrHubObjectResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
HeadAwrHubObjectResponse.Builder |
archivalState(HeadAwrHubObjectResponse.ArchivalState archivalState)
Archival state of an Awr Hub object.
|
HeadAwrHubObjectResponse |
build()
Build the response object.
|
HeadAwrHubObjectResponse.Builder |
cacheControl(String cacheControl)
Cache-Control header.
|
HeadAwrHubObjectResponse.Builder |
contentDisposition(String contentDisposition)
Content-Disposition header.
|
HeadAwrHubObjectResponse.Builder |
contentEncoding(String contentEncoding)
Content-Encoding header.
|
HeadAwrHubObjectResponse.Builder |
contentLanguage(String contentLanguage)
Content-Language header.
|
HeadAwrHubObjectResponse.Builder |
contentLength(Long contentLength)
The Awr Hub object size in bytes.
|
HeadAwrHubObjectResponse.Builder |
contentMd5(String contentMd5)
Content-MD5 header.
|
HeadAwrHubObjectResponse.Builder |
contentType(String contentType)
Content-Type header.
|
HeadAwrHubObjectResponse.Builder |
copy(HeadAwrHubObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
HeadAwrHubObjectResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
HeadAwrHubObjectResponse.Builder |
headers(Map<String,List<String>> headers) |
HeadAwrHubObjectResponse.Builder |
isNotModified(boolean isNotModified)
Flag to indicate whether or not the object was modified.
|
HeadAwrHubObjectResponse.Builder |
lastModified(Date lastModified)
The Awr Hub object modification time.
|
HeadAwrHubObjectResponse.Builder |
opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when
debugging.
|
HeadAwrHubObjectResponse.Builder |
opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the Awr Hub object.
|
HeadAwrHubObjectResponse.Builder |
opcMultipartMd5(String opcMultipartMd5) |
HeadAwrHubObjectResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
HeadAwrHubObjectResponse.Builder |
storageTier(HeadAwrHubObjectResponse.StorageTier storageTier)
The storage tier that the Awr Hub object is stored in.
|
HeadAwrHubObjectResponse.Builder |
timeOfArchival(Date timeOfArchival)
Time that the Awr Hub object is returned to the archived state.
|
HeadAwrHubObjectResponse.Builder |
versionId(String versionId)
VersionId of the requested Awr Hub object.
|
public HeadAwrHubObjectResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<HeadAwrHubObjectResponse>
public HeadAwrHubObjectResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<HeadAwrHubObjectResponse>
public HeadAwrHubObjectResponse.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 HeadAwrHubObjectResponse.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 HeadAwrHubObjectResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic HeadAwrHubObjectResponse.Builder opcMeta(Map<String,String> opcMeta)
The user-defined metadata for the Awr Hub object.
opcMeta
- the value to setpublic HeadAwrHubObjectResponse.Builder contentLength(Long contentLength)
The Awr Hub object size in bytes.
contentLength
- the value to setpublic HeadAwrHubObjectResponse.Builder contentMd5(String contentMd5)
Content-MD5 header.
contentMd5
- the value to setpublic HeadAwrHubObjectResponse.Builder opcMultipartMd5(String opcMultipartMd5)
opcMultipartMd5
- the value to setpublic HeadAwrHubObjectResponse.Builder contentType(String contentType)
Content-Type header.
contentType
- the value to setpublic HeadAwrHubObjectResponse.Builder contentLanguage(String contentLanguage)
Content-Language header.
contentLanguage
- the value to setpublic HeadAwrHubObjectResponse.Builder contentEncoding(String contentEncoding)
Content-Encoding header.
contentEncoding
- the value to setpublic HeadAwrHubObjectResponse.Builder cacheControl(String cacheControl)
Cache-Control header.
cacheControl
- the value to setpublic HeadAwrHubObjectResponse.Builder contentDisposition(String contentDisposition)
Content-Disposition header.
contentDisposition
- the value to setpublic HeadAwrHubObjectResponse.Builder lastModified(Date lastModified)
The Awr Hub object modification time.
lastModified
- the value to setpublic HeadAwrHubObjectResponse.Builder storageTier(HeadAwrHubObjectResponse.StorageTier storageTier)
The storage tier that the Awr Hub object is stored in.
storageTier
- the value to setpublic HeadAwrHubObjectResponse.Builder archivalState(HeadAwrHubObjectResponse.ArchivalState archivalState)
Archival state of an Awr Hub object. This field is set only for Awr Hub objects in Archive tier.
archivalState
- the value to setpublic HeadAwrHubObjectResponse.Builder timeOfArchival(Date timeOfArchival)
Time that the Awr Hub object is returned to the archived state.
timeOfArchival
- the value to setpublic HeadAwrHubObjectResponse.Builder versionId(String versionId)
VersionId of the requested Awr Hub object.
versionId
- the value to setpublic HeadAwrHubObjectResponse.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<HeadAwrHubObjectResponse>
true
- if the object was not modifiedpublic HeadAwrHubObjectResponse.Builder copy(HeadAwrHubObjectResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<HeadAwrHubObjectResponse>
o
- other request from which to copy valuespublic HeadAwrHubObjectResponse build()
Build the response object.
build
in interface BmcResponse.Builder<HeadAwrHubObjectResponse>
Copyright © 2016–2024. All rights reserved.