public static interface DeleteObjectInput.Builder extends SdkPojo, CopyableBuilder<DeleteObjectInput.Builder,DeleteObjectInput>
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectInput.Builder |
eTag(String eTag)
The Amazon S3 ETag of the object.
|
DeleteObjectInput.Builder |
partitionValues(Collection<String> partitionValues)
A list of partition values for the object.
|
DeleteObjectInput.Builder |
partitionValues(String... partitionValues)
A list of partition values for the object.
|
DeleteObjectInput.Builder |
uri(String uri)
The Amazon S3 location of the object to delete.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteObjectInput.Builder uri(String uri)
The Amazon S3 location of the object to delete.
uri - The Amazon S3 location of the object to delete.DeleteObjectInput.Builder eTag(String eTag)
The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to
identify changes to the underlying data.
eTag - The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to
identify changes to the underlying data.DeleteObjectInput.Builder partitionValues(Collection<String> partitionValues)
A list of partition values for the object. A value must be specified for each partition key associated with the governed table.
partitionValues - A list of partition values for the object. A value must be specified for each partition key associated
with the governed table.DeleteObjectInput.Builder partitionValues(String... partitionValues)
A list of partition values for the object. A value must be specified for each partition key associated with the governed table.
partitionValues - A list of partition values for the object. A value must be specified for each partition key associated
with the governed table.Copyright © 2023. All rights reserved.