CopyableBuilder<ListIndexRequest.Builder,ListIndexRequest>
, SdkBuilder<ListIndexRequest.Builder,ListIndexRequest>
public static interface ListIndexRequest.Builder extends CopyableBuilder<ListIndexRequest.Builder,ListIndexRequest>
Modifier and Type | Method | Description |
---|---|---|
ListIndexRequest.Builder |
consistencyLevel(String consistencyLevel) |
The consistency level to execute the request at.
|
ListIndexRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel) |
The consistency level to execute the request at.
|
ListIndexRequest.Builder |
directoryArn(String directoryArn) |
The ARN of the directory that the index exists in.
|
ListIndexRequest.Builder |
indexReference(ObjectReference indexReference) |
The reference to the index to list.
|
ListIndexRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to retrieve from the index.
|
ListIndexRequest.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListIndexRequest.Builder |
rangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues) |
Specifies the ranges of indexed values that you want to query.
|
ListIndexRequest.Builder |
rangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues) |
Specifies the ranges of indexed values that you want to query.
|
copy
apply, build
ListIndexRequest.Builder directoryArn(String directoryArn)
The ARN of the directory that the index exists in.
directoryArn
- The ARN of the directory that the index exists in.ListIndexRequest.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.ListIndexRequest.Builder rangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
NOTE: This method appends the values to the existing list (if any). Use
#setRangesOnIndexedValues(java.util.Collection)
or
#withRangesOnIndexedValues(java.util.Collection)
if you want to override the existing values.
rangesOnIndexedValues
- Specifies the ranges of indexed values that you want to query.ListIndexRequest.Builder indexReference(ObjectReference indexReference)
The reference to the index to list.
indexReference
- The reference to the index to list.ListIndexRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve from the index.
maxResults
- The maximum number of results to retrieve from the index.ListIndexRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.ListIndexRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level to execute the request at.
consistencyLevel
- The consistency level to execute the request at.ConsistencyLevel
ListIndexRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
consistencyLevel
- The consistency level to execute the request at.ConsistencyLevel
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.