public static interface BatchListIndex.Builder extends SdkPojo, CopyableBuilder<BatchListIndex.Builder,BatchListIndex>
| Modifier and Type | Method and Description |
|---|---|
default BatchListIndex.Builder |
indexReference(Consumer<ObjectReference.Builder> indexReference)
The reference to the index to list.
|
BatchListIndex.Builder |
indexReference(ObjectReference indexReference)
The reference to the index to list.
|
BatchListIndex.Builder |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListIndex.Builder |
nextToken(String nextToken)
The pagination token.
|
BatchListIndex.Builder |
rangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
BatchListIndex.Builder |
rangesOnIndexedValues(Consumer<ObjectAttributeRange.Builder>... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
BatchListIndex.Builder |
rangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchListIndex.Builder rangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
rangesOnIndexedValues - Specifies the ranges of indexed values that you want to query.BatchListIndex.Builder rangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
rangesOnIndexedValues - Specifies the ranges of indexed values that you want to query.BatchListIndex.Builder rangesOnIndexedValues(Consumer<ObjectAttributeRange.Builder>... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
This is a convenience method that creates an instance of theObjectAttributeRange.Builder avoiding the need
to create one manually via
ObjectAttributeRange.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #rangesOnIndexedValues(List.
rangesOnIndexedValues - a consumer that will call methods on
ObjectAttributeRange.Builder#rangesOnIndexedValues(java.util.Collection) BatchListIndex.Builder indexReference(ObjectReference indexReference)
The reference to the index to list.
indexReference - The reference to the index to list.default BatchListIndex.Builder indexReference(Consumer<ObjectReference.Builder> indexReference)
The reference to the index to list.
This is a convenience method that creates an instance of theObjectReference.Builder avoiding the
need to create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to indexReference(ObjectReference).
indexReference - a consumer that will call methods on ObjectReference.BuilderindexReference(ObjectReference)BatchListIndex.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.BatchListIndex.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.