| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
AddObjectInput |
AddObjectInput.clone() |
AddObjectInput |
WriteOperation.getAddObject()
A new object to add to the governed table.
|
AddObjectInput |
AddObjectInput.withETag(String eTag)
The Amazon S3 ETag of the object.
|
AddObjectInput |
AddObjectInput.withPartitionValues(Collection<String> partitionValues)
A list of partition values for the object.
|
AddObjectInput |
AddObjectInput.withPartitionValues(String... partitionValues)
A list of partition values for the object.
|
AddObjectInput |
AddObjectInput.withSize(Long size)
The size of the Amazon S3 object in bytes.
|
AddObjectInput |
AddObjectInput.withUri(String uri)
The Amazon S3 location of the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteOperation.setAddObject(AddObjectInput addObject)
A new object to add to the governed table.
|
WriteOperation |
WriteOperation.withAddObject(AddObjectInput addObject)
A new object to add to the governed table.
|
Copyright © 2023. All rights reserved.