public static interface BatchListIndex.Builder extends 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.
|
copyapply, 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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #rangesOnIndexedValues(List) .rangesOnIndexedValues - a consumer that will call methods on List.Builder #rangesOnIndexedValues(List) 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.