public static interface TableVersion.Builder extends SdkPojo, 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.
|
copyapplyMutation, 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. A VersionId is a string representation of an
integer. Each version is incremented by 1.
versionId - The ID value that identifies this table version. A VersionId is a string representation
of an integer. Each version is incremented by 1.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.