| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastoredata.model |
| Modifier and Type | Method and Description |
|---|---|
static GetObjectResponse.Builder |
GetObjectResponse.builder() |
GetObjectResponse.Builder |
GetObjectResponse.Builder.cacheControl(String cacheControl)
An optional
CacheControl header that allows the caller to control the object's cache behavior. |
GetObjectResponse.Builder |
GetObjectResponse.Builder.contentLength(Long contentLength)
The length of the object in bytes.
|
GetObjectResponse.Builder |
GetObjectResponse.Builder.contentRange(String contentRange)
The range of bytes to retrieve.
|
GetObjectResponse.Builder |
GetObjectResponse.Builder.contentType(String contentType)
The content type of the object.
|
GetObjectResponse.Builder |
GetObjectResponse.Builder.eTag(String eTag)
The ETag that represents a unique instance of the object.
|
GetObjectResponse.Builder |
GetObjectResponse.Builder.lastModified(Instant lastModified)
The date and time that the object was last modified.
|
GetObjectResponse.Builder |
GetObjectResponse.Builder.statusCode(Integer statusCode)
The HTML status code of the request.
|
GetObjectResponse.Builder |
GetObjectResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetObjectResponse.Builder> |
GetObjectResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.