public static class GetLockOptions.GetLockOptionsBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
GetLockOptions |
build() |
java.lang.String |
toString() |
GetLockOptions.GetLockOptionsBuilder |
withDeleteLockOnRelease(boolean deleteLockOnRelease) |
GetLockOptions.GetLockOptionsBuilder |
withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
GetLockOptions.GetLockOptionsBuilder |
withSortKey(java.lang.String sortKey) |
public GetLockOptions.GetLockOptionsBuilder withSortKey(java.lang.String sortKey)
public GetLockOptions.GetLockOptionsBuilder withDeleteLockOnRelease(boolean deleteLockOnRelease)
public GetLockOptions.GetLockOptionsBuilder withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
public GetLockOptions build()
public java.lang.String toString()
toString in class java.lang.Object