public static interface UpdateTableObjectsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateTableObjectsRequest.Builder,UpdateTableObjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTableObjectsRequest.Builder |
catalogId(String catalogId)
The catalog containing the governed table to update.
|
UpdateTableObjectsRequest.Builder |
databaseName(String databaseName)
The database containing the governed table to update.
|
UpdateTableObjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTableObjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTableObjectsRequest.Builder |
tableName(String tableName)
The governed table to update.
|
UpdateTableObjectsRequest.Builder |
transactionId(String transactionId)
The transaction at which to do the write.
|
UpdateTableObjectsRequest.Builder |
writeOperations(Collection<WriteOperation> writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for
a governed table. |
UpdateTableObjectsRequest.Builder |
writeOperations(Consumer<WriteOperation.Builder>... writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for
a governed table. |
UpdateTableObjectsRequest.Builder |
writeOperations(WriteOperation... writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for
a governed table. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTableObjectsRequest.Builder catalogId(String catalogId)
The catalog containing the governed table to update. Defaults to the caller’s account ID.
catalogId - The catalog containing the governed table to update. Defaults to the caller’s account ID.UpdateTableObjectsRequest.Builder databaseName(String databaseName)
The database containing the governed table to update.
databaseName - The database containing the governed table to update.UpdateTableObjectsRequest.Builder tableName(String tableName)
The governed table to update.
tableName - The governed table to update.UpdateTableObjectsRequest.Builder transactionId(String transactionId)
The transaction at which to do the write.
transactionId - The transaction at which to do the write.UpdateTableObjectsRequest.Builder writeOperations(Collection<WriteOperation> writeOperations)
A list of WriteOperation objects that define an object to add to or delete from the manifest for
a governed table.
writeOperations - A list of WriteOperation objects that define an object to add to or delete from the
manifest for a governed table.UpdateTableObjectsRequest.Builder writeOperations(WriteOperation... writeOperations)
A list of WriteOperation objects that define an object to add to or delete from the manifest for
a governed table.
writeOperations - A list of WriteOperation objects that define an object to add to or delete from the
manifest for a governed table.UpdateTableObjectsRequest.Builder writeOperations(Consumer<WriteOperation.Builder>... writeOperations)
A list of WriteOperation objects that define an object to add to or delete from the manifest for
a governed table.
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 #writeOperations(List) .writeOperations - a consumer that will call methods on List.Builder #writeOperations(List) UpdateTableObjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTableObjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.