public static class ScanOptions.ScanOptionsBuilder extends Object
| Constructor and Description |
|---|
ScanOptionsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ScanOptions |
build()
Builds a new
ScanOptions objects. |
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()
ScanOptions objects.ScanOptions objects.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.