Interface Table.Update
- All Superinterfaces:
Table.UpdateStages.WithPlan, Table.UpdateStages.WithRestoredLogs, Table.UpdateStages.WithRetentionInDays, Table.UpdateStages.WithSchema, Table.UpdateStages.WithSearchResults, Table.UpdateStages.WithTotalRetentionInDays
- Enclosing interface:
Table
public static interface Table.Update
extends Table.UpdateStages.WithRetentionInDays, Table.UpdateStages.WithTotalRetentionInDays, Table.UpdateStages.WithSearchResults, Table.UpdateStages.WithRestoredLogs, Table.UpdateStages.WithPlan, Table.UpdateStages.WithSchema
The template for Table update.
-
Method Summary
Methods inherited from interface Table.UpdateStages.WithPlan
withPlanMethods inherited from interface Table.UpdateStages.WithRestoredLogs
withRestoredLogsMethods inherited from interface Table.UpdateStages.WithRetentionInDays
withRetentionInDaysMethods inherited from interface Table.UpdateStages.WithSchema
withSchemaMethods inherited from interface Table.UpdateStages.WithSearchResults
withSearchResultsMethods inherited from interface Table.UpdateStages.WithTotalRetentionInDays
withTotalRetentionInDays
-
Method Details
-
apply
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-