public static class ScanOptions.ScanOptionsBuilder extends Object
| Constructor and Description |
|---|
ScanOptions.ScanOptionsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ScanOptions |
build() |
ScanOptions.ScanOptionsBuilder |
count(long count)
Returns the current
ScanOptions.ScanOptionsBuilder configured with the given count. |
ScanOptions.ScanOptionsBuilder |
match(String pattern)
Returns the current
ScanOptions.ScanOptionsBuilder configured with the given pattern. |
public ScanOptions.ScanOptionsBuilder count(long count)
ScanOptions.ScanOptionsBuilder configured with the given count.count - public ScanOptions.ScanOptionsBuilder match(String pattern)
ScanOptions.ScanOptionsBuilder configured with the given pattern.pattern - public ScanOptions build()