| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
static PartitionKey.Builder |
PartitionKey.builder() |
PartitionKey.Builder |
PartitionKey.Builder.enforcementInRecord(PartitionKeyEnforcementLevel enforcementInRecord)
The level of enforcement for the specification of a dimension key in ingested records.
|
PartitionKey.Builder |
PartitionKey.Builder.enforcementInRecord(String enforcementInRecord)
The level of enforcement for the specification of a dimension key in ingested records.
|
PartitionKey.Builder |
PartitionKey.Builder.name(String name)
The name of the attribute used for a dimension key.
|
PartitionKey.Builder |
PartitionKey.toBuilder() |
PartitionKey.Builder |
PartitionKey.Builder.type(PartitionKeyType type)
The type of the partition key.
|
PartitionKey.Builder |
PartitionKey.Builder.type(String type)
The type of the partition key.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PartitionKey.Builder> |
PartitionKey.serializableBuilderClass() |
Copyright © 2023. All rights reserved.