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 identifier of the index.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIndexResponse.Builder id(String id)
The identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.
id - The identifier of the index. Use this identifier when you query an index, set up a data source, or
index a document.Copyright © 2023. All rights reserved.