public static interface CreateIndexResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<CreateIndexResponse.Builder,CreateIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateIndexResponse.Builder |
id(String id)
The unique identifier of the index.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIndexResponse.Builder id(String id)
The unique identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.
id - The unique identifier of the index. Use this identifier when you query an index, set up a data source,
or index a document.Copyright © 2021. All rights reserved.