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) |
ListIndexRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIndexRequest.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 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) 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 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)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,
ConsistencyLevelListIndexRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
consistencyLevel - The consistency level to execute the request at.ConsistencyLevel,
ConsistencyLevelListIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.