public static class UpdateBuilder.PartitionKey extends OperationBuilder.PartitionKeyBuilder<UpdateBuilder.Buildable>
Modifier and Type | Method and Description |
---|---|
UpdateBuilder.Buildable |
partitionKey(Key partitionKey)
Constructs the operation with the specified partition
Key . |
public UpdateBuilder.Buildable partitionKey(Key partitionKey)
OperationBuilder.PartitionKey
Key
.partitionKey
- a partition Key
(it might be composed of multiple values)