public class Put
extends java.lang.Object
Put put = Put.builder(TABLE_NAME)
.withKey("id", "d:user:" + UUID.randomUUID().toString(), "scope", "client")
.addAttribute("attr_1", someAttribute)
.addAttribute("attr_2", 1)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
Put.Builder |
| Constructor and Description |
|---|
Put() |
| Modifier and Type | Method and Description |
|---|---|
static Put.Builder |
builder(java.lang.String tableName) |
public static Put.Builder builder(java.lang.String tableName)
Copyright © 2022. All rights reserved.