CopyableBuilder<DeleteObjectsResponse.Builder,DeleteObjectsResponse>
, SdkBuilder<DeleteObjectsResponse.Builder,DeleteObjectsResponse>
public static interface DeleteObjectsResponse.Builder extends CopyableBuilder<DeleteObjectsResponse.Builder,DeleteObjectsResponse>
Modifier and Type | Method | Description |
---|---|---|
DeleteObjectsResponse.Builder |
deleted(Collection<DeletedObject> deleted) |
|
DeleteObjectsResponse.Builder |
deleted(DeletedObject... deleted) |
NOTE: This method appends the values to the existing list (if any).
|
DeleteObjectsResponse.Builder |
errors(Collection<S3Error> errors) |
|
DeleteObjectsResponse.Builder |
errors(S3Error... errors) |
NOTE: This method appends the values to the existing list (if any).
|
DeleteObjectsResponse.Builder |
requestCharged(String requestCharged) |
|
DeleteObjectsResponse.Builder |
requestCharged(RequestCharged requestCharged) |
copy
apply, build
DeleteObjectsResponse.Builder deleted(Collection<DeletedObject> deleted)
deleted
- DeleteObjectsResponse.Builder deleted(DeletedObject... deleted)
NOTE: This method appends the values to the existing list (if any). Use
#setDeleted(java.util.Collection)
or #withDeleted(java.util.Collection)
if you want to
override the existing values.
deleted
- DeleteObjectsResponse.Builder requestCharged(String requestCharged)
requestCharged
- RequestCharged
DeleteObjectsResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged
- RequestCharged
DeleteObjectsResponse.Builder errors(Collection<S3Error> errors)
errors
- DeleteObjectsResponse.Builder errors(S3Error... errors)
NOTE: This method appends the values to the existing list (if any). Use
#setErrors(java.util.Collection)
or #withErrors(java.util.Collection)
if you want to override
the existing values.
errors
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.