| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
static Schema.Builder |
Schema.builder() |
Schema.Builder |
Schema.Builder.compositePartitionKey(Collection<PartitionKey> compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Schema.Builder |
Schema.Builder.compositePartitionKey(Consumer<PartitionKey.Builder>... compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Schema.Builder |
Schema.Builder.compositePartitionKey(PartitionKey... compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Schema.Builder |
Schema.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Schema.Builder> |
Schema.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTableRequest.Builder |
UpdateTableRequest.Builder.schema(Consumer<Schema.Builder> schema)
The schema of the table.
|
default CreateTableRequest.Builder |
CreateTableRequest.Builder.schema(Consumer<Schema.Builder> schema)
The schema of the table.
|
default Table.Builder |
Table.Builder.schema(Consumer<Schema.Builder> schema)
The schema of the table.
|
Copyright © 2023. All rights reserved.