Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.Schema.Builder
-
Packages that use Schema.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of Schema.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return Schema.Builder Modifier and Type Method Description static Schema.BuilderSchema. builder()Schema.BuilderSchema.Builder. compositePartitionKey(Collection<PartitionKey> compositePartitionKey)A non-empty list of partition keys defining the attributes used to partition the table data.Schema.BuilderSchema.Builder. compositePartitionKey(Consumer<PartitionKey.Builder>... compositePartitionKey)A non-empty list of partition keys defining the attributes used to partition the table data.Schema.BuilderSchema.Builder. compositePartitionKey(PartitionKey... compositePartitionKey)A non-empty list of partition keys defining the attributes used to partition the table data.Schema.BuilderSchema. toBuilder()Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type Schema.Builder Modifier and Type Method Description static Class<? extends Schema.Builder>Schema. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type Schema.Builder Modifier and Type Method Description default CreateTableRequest.BuilderCreateTableRequest.Builder. schema(Consumer<Schema.Builder> schema)The schema of the table.default Table.BuilderTable.Builder. schema(Consumer<Schema.Builder> schema)The schema of the table.default UpdateTableRequest.BuilderUpdateTableRequest.Builder. schema(Consumer<Schema.Builder> schema)The schema of the table.
-