Cloneable, ReadLimitInfo, ToCopyableBuilder<ListIndexRequest.Builder,ListIndexRequest>@Generated("software.amazon.awssdk:codegen") public class ListIndexRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListIndexRequest.Builder,ListIndexRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListIndexRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListIndexRequest.Builder |
builder() |
|
String |
consistencyLevel() |
The consistency level to execute the request at.
|
String |
directoryArn() |
The ARN of the directory that the index exists in.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ObjectReference |
indexReference() |
The reference to the index to list.
|
Integer |
maxResults() |
The maximum number of results to retrieve from the index.
|
String |
nextToken() |
The pagination token.
|
List<ObjectAttributeRange> |
rangesOnIndexedValues() |
Specifies the ranges of indexed values that you want to query.
|
static Class<? extends ListIndexRequest.Builder> |
serializableBuilderClass() |
|
ListIndexRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String directoryArn()
The ARN of the directory that the index exists in.
public List<ObjectAttributeRange> rangesOnIndexedValues()
Specifies the ranges of indexed values that you want to query.
public ObjectReference indexReference()
The reference to the index to list.
public Integer maxResults()
The maximum number of results to retrieve from the index.
public String nextToken()
The pagination token.
public String consistencyLevel()
The consistency level to execute the request at.
ConsistencyLevelpublic ListIndexRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListIndexRequest.Builder,ListIndexRequest>public static ListIndexRequest.Builder builder()
public static Class<? extends ListIndexRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.