public static interface TableVersion.Builder extends CopyableBuilder<TableVersion.Builder,TableVersion>
| Modifier and Type | Method and Description |
|---|---|
default TableVersion.Builder |
table(Consumer<Table.Builder> table)
The table in question
|
TableVersion.Builder |
table(Table table)
The table in question
|
TableVersion.Builder |
versionId(String versionId)
The ID value that identifies this table version.
|
copyapply, buildTableVersion.Builder table(Table table)
The table in question
table - The table in questiondefault TableVersion.Builder table(Consumer<Table.Builder> table)
The table in question
This is a convenience that creates an instance of theTable.Builder avoiding the need to create one
manually via Table.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to table(Table).table - a consumer that will call methods on Table.Buildertable(Table)TableVersion.Builder versionId(String versionId)
The ID value that identifies this table version.
versionId - The ID value that identifies this table version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.