Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
PartitionKey |
PartitionKey.clone() |
PartitionKey |
PartitionKey.withEnforcementInRecord(PartitionKeyEnforcementLevel enforcementInRecord)
The level of enforcement for the specification of a dimension key in ingested records.
|
PartitionKey |
PartitionKey.withEnforcementInRecord(String enforcementInRecord)
The level of enforcement for the specification of a dimension key in ingested records.
|
PartitionKey |
PartitionKey.withName(String name)
The name of the attribute used for a dimension key.
|
PartitionKey |
PartitionKey.withType(PartitionKeyType type)
The type of the partition key.
|
PartitionKey |
PartitionKey.withType(String type)
The type of the partition key.
|
Modifier and Type | Method and Description |
---|---|
List<PartitionKey> |
Schema.getCompositePartitionKey()
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.withCompositePartitionKey(PartitionKey... compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setCompositePartitionKey(Collection<PartitionKey> compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Schema |
Schema.withCompositePartitionKey(Collection<PartitionKey> compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Copyright © 2023. All rights reserved.