| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.clone() |
Column |
Column.withName(String name)
The name of the column.
|
Column |
Column.withType(String type)
The type of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Schema.getColumns()
The columns for the relation this schema represents.
|
List<Column> |
Schema.getPartitionKeys()
The partition keys for the data set underlying this schema.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.withColumns(Column... columns)
The columns for the relation this schema represents.
|
Schema |
Schema.withPartitionKeys(Column... partitionKeys)
The partition keys for the data set underlying this schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setColumns(Collection<Column> columns)
The columns for the relation this schema represents.
|
void |
Schema.setPartitionKeys(Collection<Column> partitionKeys)
The partition keys for the data set underlying this schema.
|
Schema |
Schema.withColumns(Collection<Column> columns)
The columns for the relation this schema represents.
|
Schema |
Schema.withPartitionKeys(Collection<Column> partitionKeys)
The partition keys for the data set underlying this schema.
|
Copyright © 2023. All rights reserved.