public static interface DeleteObjectsResponse.Builder extends S3Response.Builder, CopyableBuilder<DeleteObjectsResponse.Builder,DeleteObjectsResponse>
Modifier and Type | Method and Description |
---|---|
DeleteObjectsResponse.Builder |
deleted(Collection<DeletedObject> deleted)
Sets the value of the Deleted property for this object.
|
DeleteObjectsResponse.Builder |
deleted(DeletedObject... deleted)
Sets the value of the Deleted property for this object.
|
DeleteObjectsResponse.Builder |
errors(Collection<S3Error> errors)
Sets the value of the Errors property for this object.
|
DeleteObjectsResponse.Builder |
errors(S3Error... errors)
Sets the value of the Errors property for this object.
|
DeleteObjectsResponse.Builder |
requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
DeleteObjectsResponse.Builder |
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
build
copy
apply, build
DeleteObjectsResponse.Builder deleted(Collection<DeletedObject> deleted)
deleted
- The new value for the Deleted property for this object.DeleteObjectsResponse.Builder deleted(DeletedObject... deleted)
deleted
- The new value for the Deleted property for this object.DeleteObjectsResponse.Builder requestCharged(String requestCharged)
requestCharged
- The new value for the RequestCharged property for this object.RequestCharged
,
RequestCharged
DeleteObjectsResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged
- The new value for the RequestCharged property for this object.RequestCharged
,
RequestCharged
DeleteObjectsResponse.Builder errors(Collection<S3Error> errors)
errors
- The new value for the Errors property for this object.DeleteObjectsResponse.Builder errors(S3Error... errors)
errors
- The new value for the Errors property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.