public static interface AddObjectInput.Builder extends SdkPojo, CopyableBuilder<AddObjectInput.Builder,AddObjectInput>
| Modifier and Type | Method and Description |
|---|---|
AddObjectInput.Builder |
eTag(String eTag)
The Amazon S3 ETag of the object.
|
AddObjectInput.Builder |
partitionValues(Collection<String> partitionValues)
A list of partition values for the object.
|
AddObjectInput.Builder |
partitionValues(String... partitionValues)
A list of partition values for the object.
|
AddObjectInput.Builder |
size(Long size)
The size of the Amazon S3 object in bytes.
|
AddObjectInput.Builder |
uri(String uri)
The Amazon S3 location of the object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddObjectInput.Builder uri(String uri)
The Amazon S3 location of the object.
uri - The Amazon S3 location of the object.AddObjectInput.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.AddObjectInput.Builder size(Long size)
The size of the Amazon S3 object in bytes.
size - The size of the Amazon S3 object in bytes.AddObjectInput.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 table.
The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
partitionValues - A list of partition values for the object. A value must be specified for each partition key associated
with the table.
The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
AddObjectInput.Builder partitionValues(String... partitionValues)
A list of partition values for the object. A value must be specified for each partition key associated with the table.
The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
partitionValues - A list of partition values for the object. A value must be specified for each partition key associated
with the table.
The supported data types are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.
Copyright © 2022. All rights reserved.