@Mutable @NotThreadSafe public static interface Delete.Builder extends SdkPojo, CopyableBuilder<Delete.Builder,Delete>
| Modifier and Type | Method and Description |
|---|---|
Delete.Builder |
objects(Collection<ObjectIdentifier> objects)
The object to delete.
|
Delete.Builder |
objects(Consumer<ObjectIdentifier.Builder>... objects)
The object to delete.
|
Delete.Builder |
objects(ObjectIdentifier... objects)
The object to delete.
|
Delete.Builder |
quiet(Boolean quiet)
Element to enable quiet mode for the request.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildDelete.Builder objects(Collection<ObjectIdentifier> objects)
The object to delete.
Directory buckets - For directory buckets, an object that's composed entirely of whitespace characters
is not supported by the DeleteObjects API operation. The request will receive a
400 Bad Request error and none of the objects in the request will be deleted.
objects - The object to delete.
Directory buckets - For directory buckets, an object that's composed entirely of whitespace
characters is not supported by the DeleteObjects API operation. The request will receive
a 400 Bad Request error and none of the objects in the request will be deleted.
Delete.Builder objects(ObjectIdentifier... objects)
The object to delete.
Directory buckets - For directory buckets, an object that's composed entirely of whitespace characters
is not supported by the DeleteObjects API operation. The request will receive a
400 Bad Request error and none of the objects in the request will be deleted.
objects - The object to delete.
Directory buckets - For directory buckets, an object that's composed entirely of whitespace
characters is not supported by the DeleteObjects API operation. The request will receive
a 400 Bad Request error and none of the objects in the request will be deleted.
Delete.Builder objects(Consumer<ObjectIdentifier.Builder>... objects)
The object to delete.
Directory buckets - For directory buckets, an object that's composed entirely of whitespace characters
is not supported by the DeleteObjects API operation. The request will receive a
400 Bad Request error and none of the objects in the request will be deleted.
ObjectIdentifier.Builder avoiding the need to create one
manually via ObjectIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #objects(List.
objects - a consumer that will call methods on
ObjectIdentifier.Builder#objects(java.util.Collection) Delete.Builder quiet(Boolean quiet)
Element to enable quiet mode for the request. When you add this element, you must set its value to
true.
quiet - Element to enable quiet mode for the request. When you add this element, you must set its value to
true.Copyright © 2026. All rights reserved.