| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Schema.columns()
The columns for the relation this schema represents.
|
List<Column> |
Schema.partitionKeys()
The partition keys for the dataset underlying this schema.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.columns(Column... columns)
The columns for the relation this schema represents.
|
Schema.Builder |
Schema.Builder.partitionKeys(Column... partitionKeys)
The partition keys for the dataset underlying this schema.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.columns(Collection<Column> columns)
The columns for the relation this schema represents.
|
Schema.Builder |
Schema.Builder.partitionKeys(Collection<Column> partitionKeys)
The partition keys for the dataset underlying this schema.
|
Copyright © 2023. All rights reserved.