public static interface PutObjectResponse.Builder extends MediaStoreDataResponse.Builder, SdkPojo, CopyableBuilder<PutObjectResponse.Builder,PutObjectResponse>
| Modifier and Type | Method and Description |
|---|---|
PutObjectResponse.Builder |
contentSHA256(String contentSHA256)
The SHA256 digest of the object that is persisted.
|
PutObjectResponse.Builder |
eTag(String eTag)
Unique identifier of the object in the container.
|
PutObjectResponse.Builder |
storageClass(StorageClass storageClass)
The storage class where the object was persisted.
|
PutObjectResponse.Builder |
storageClass(String storageClass)
The storage class where the object was persisted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildPutObjectResponse.Builder contentSHA256(String contentSHA256)
The SHA256 digest of the object that is persisted.
contentSHA256 - The SHA256 digest of the object that is persisted.PutObjectResponse.Builder eTag(String eTag)
Unique identifier of the object in the container.
eTag - Unique identifier of the object in the container.PutObjectResponse.Builder storageClass(String storageClass)
The storage class where the object was persisted. The class should be “Temporal”.
storageClass - The storage class where the object was persisted. The class should be “Temporal”.StorageClass,
StorageClassPutObjectResponse.Builder storageClass(StorageClass storageClass)
The storage class where the object was persisted. The class should be “Temporal”.
storageClass - The storage class where the object was persisted. The class should be “Temporal”.StorageClass,
StorageClassCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.