Interface Table.DefinitionStages.WithCreate
- All Superinterfaces:
Table.DefinitionStages.WithPlan, Table.DefinitionStages.WithRestoredLogs, Table.DefinitionStages.WithRetentionInDays, Table.DefinitionStages.WithSchema, Table.DefinitionStages.WithSearchResults, Table.DefinitionStages.WithTotalRetentionInDays
- All Known Subinterfaces:
Table.Definition
- Enclosing interface:
Table.DefinitionStages
public static interface Table.DefinitionStages.WithCreate
extends Table.DefinitionStages.WithRetentionInDays, Table.DefinitionStages.WithTotalRetentionInDays, Table.DefinitionStages.WithSearchResults, Table.DefinitionStages.WithRestoredLogs, Table.DefinitionStages.WithPlan, Table.DefinitionStages.WithSchema
The stage of the Table definition which contains all the minimum required properties for the resource to be
created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface Table.DefinitionStages.WithPlan
withPlanMethods inherited from interface Table.DefinitionStages.WithRestoredLogs
withRestoredLogsMethods inherited from interface Table.DefinitionStages.WithRetentionInDays
withRetentionInDaysMethods inherited from interface Table.DefinitionStages.WithSchema
withSchemaMethods inherited from interface Table.DefinitionStages.WithSearchResults
withSearchResultsMethods inherited from interface Table.DefinitionStages.WithTotalRetentionInDays
withTotalRetentionInDays
-
Method Details
-
create
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-