public class GetLockOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetLockOptions.GetLockOptionsBuilder |
| Modifier and Type | Method and Description |
|---|---|
static GetLockOptions.GetLockOptionsBuilder |
builder(java.lang.String partitionKey)
Creates a GetLockOptionsBuilder, which lets the caller specify arguments
to getLock().
|
public static GetLockOptions.GetLockOptionsBuilder builder(java.lang.String partitionKey)
partitionKey - The partitionKey for the lock.