public static interface IndexDocumentsResponse.Builder extends CloudSearchResponse.Builder, SdkPojo, CopyableBuilder<IndexDocumentsResponse.Builder,IndexDocumentsResponse>
| Modifier and Type | Method and Description |
|---|---|
IndexDocumentsResponse.Builder |
fieldNames(Collection<String> fieldNames)
The names of the fields that are currently being indexed.
|
IndexDocumentsResponse.Builder |
fieldNames(String... fieldNames)
The names of the fields that are currently being indexed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildIndexDocumentsResponse.Builder fieldNames(Collection<String> fieldNames)
The names of the fields that are currently being indexed.
fieldNames - The names of the fields that are currently being indexed.IndexDocumentsResponse.Builder fieldNames(String... fieldNames)
The names of the fields that are currently being indexed.
fieldNames - The names of the fields that are currently being indexed.Copyright © 2022. All rights reserved.