public static interface IndexDocumentsResponse.Builder extends CloudSearchResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.