public static interface CreateTableResponse.Builder extends TimestreamWriteResponse.Builder, SdkPojo, CopyableBuilder<CreateTableResponse.Builder,CreateTableResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateTableResponse.Builder |
table(Consumer<Table.Builder> table)
The newly created Timestream table.
|
CreateTableResponse.Builder |
table(Table table)
The newly created Timestream table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTableResponse.Builder table(Table table)
The newly created Timestream table.
table - The newly created Timestream table.default CreateTableResponse.Builder table(Consumer<Table.Builder> table)
The newly created Timestream table.
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)Copyright © 2021. All rights reserved.