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(Consumer<DeletedObject.Builder>... 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(Consumer<S3Error.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteObjectsResponse.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 deleted(Consumer<DeletedObject.Builder>... deleted)
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #deleted(List) .deleted - a consumer that will call methods on List.Builder #deleted(List) DeleteObjectsResponse.Builder requestCharged(String requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedDeleteObjectsResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedDeleteObjectsResponse.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.DeleteObjectsResponse.Builder errors(Consumer<S3Error.Builder>... errors)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.