Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.PartitionKey.Builder
-
Packages that use PartitionKey.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of PartitionKey.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return PartitionKey.Builder Modifier and Type Method Description static PartitionKey.BuilderPartitionKey. builder()PartitionKey.BuilderPartitionKey.Builder. enforcementInRecord(String enforcementInRecord)The level of enforcement for the specification of a dimension key in ingested records.PartitionKey.BuilderPartitionKey.Builder. enforcementInRecord(PartitionKeyEnforcementLevel enforcementInRecord)The level of enforcement for the specification of a dimension key in ingested records.PartitionKey.BuilderPartitionKey.Builder. name(String name)The name of the attribute used for a dimension key.PartitionKey.BuilderPartitionKey. toBuilder()PartitionKey.BuilderPartitionKey.Builder. type(String type)The type of the partition key.PartitionKey.BuilderPartitionKey.Builder. type(PartitionKeyType type)The type of the partition key.Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type PartitionKey.Builder Modifier and Type Method Description static Class<? extends PartitionKey.Builder>PartitionKey. serializableBuilderClass()
-