public static interface ListIndexRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListIndexRequest.Builder,ListIndexRequest>
Modifier and Type | Method and Description |
---|---|
ListIndexRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
ListIndexRequest.Builder |
consistencyLevel(String consistencyLevel)
The consistency level to execute the request at.
|
ListIndexRequest.Builder |
directoryArn(String directoryArn)
The ARN of the directory that the index exists in.
|
default ListIndexRequest.Builder |
indexReference(Consumer<ObjectReference.Builder> indexReference)
The reference to the index to list.
|
ListIndexRequest.Builder |
indexReference(ObjectReference indexReference)
The reference to the index to list.
|
ListIndexRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects in a single page to retrieve from the index during a request.
|
ListIndexRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListIndexRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListIndexRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListIndexRequest.Builder |
rangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
ListIndexRequest.Builder |
rangesOnIndexedValues(Consumer<ObjectAttributeRange.Builder>... 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.
|
build
overrideConfiguration
copy
applyMutation, 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.
rangesOnIndexedValues
- Specifies the ranges of indexed values that you want to query.ListIndexRequest.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)
ListIndexRequest.Builder indexReference(ObjectReference indexReference)
The reference to the index to list.
indexReference
- The reference to the index to list.default ListIndexRequest.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.Builder
indexReference(ObjectReference)
ListIndexRequest.Builder maxResults(Integer maxResults)
The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.
maxResults
- The maximum number of objects in a single page to retrieve from the index during a request. For more
information, see Amazon Cloud
Directory Limits.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
,
ConsistencyLevel
ListIndexRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
consistencyLevel
- The consistency level to execute the request at.ConsistencyLevel
,
ConsistencyLevel
ListIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.