public static interface PartitionKey.Builder extends SdkPojo, CopyableBuilder<PartitionKey.Builder,PartitionKey>
| Modifier and Type | Method and Description |
|---|---|
PartitionKey.Builder |
enforcementInRecord(PartitionKeyEnforcementLevel enforcementInRecord)
The level of enforcement for the specification of a dimension key in ingested records.
|
PartitionKey.Builder |
enforcementInRecord(String enforcementInRecord)
The level of enforcement for the specification of a dimension key in ingested records.
|
PartitionKey.Builder |
name(String name)
The name of the attribute used for a dimension key.
|
PartitionKey.Builder |
type(PartitionKeyType type)
The type of the partition key.
|
PartitionKey.Builder |
type(String type)
The type of the partition key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPartitionKey.Builder type(String type)
The type of the partition key. Options are DIMENSION (dimension key) and MEASURE (measure key).
type - The type of the partition key. Options are DIMENSION (dimension key) and MEASURE (measure key).PartitionKeyType,
PartitionKeyTypePartitionKey.Builder type(PartitionKeyType type)
The type of the partition key. Options are DIMENSION (dimension key) and MEASURE (measure key).
type - The type of the partition key. Options are DIMENSION (dimension key) and MEASURE (measure key).PartitionKeyType,
PartitionKeyTypePartitionKey.Builder name(String name)
The name of the attribute used for a dimension key.
name - The name of the attribute used for a dimension key.PartitionKey.Builder enforcementInRecord(String enforcementInRecord)
The level of enforcement for the specification of a dimension key in ingested records. Options are REQUIRED (dimension key must be specified) and OPTIONAL (dimension key does not have to be specified).
enforcementInRecord - The level of enforcement for the specification of a dimension key in ingested records. Options are
REQUIRED (dimension key must be specified) and OPTIONAL (dimension key does not have to be specified).PartitionKeyEnforcementLevel,
PartitionKeyEnforcementLevelPartitionKey.Builder enforcementInRecord(PartitionKeyEnforcementLevel enforcementInRecord)
The level of enforcement for the specification of a dimension key in ingested records. Options are REQUIRED (dimension key must be specified) and OPTIONAL (dimension key does not have to be specified).
enforcementInRecord - The level of enforcement for the specification of a dimension key in ingested records. Options are
REQUIRED (dimension key must be specified) and OPTIONAL (dimension key does not have to be specified).PartitionKeyEnforcementLevel,
PartitionKeyEnforcementLevelCopyright © 2023. All rights reserved.