CopyableBuilder<IndexDocumentsResponse.Builder,IndexDocumentsResponse>
, SdkBuilder<IndexDocumentsResponse.Builder,IndexDocumentsResponse>
public static interface IndexDocumentsResponse.Builder extends CopyableBuilder<IndexDocumentsResponse.Builder,IndexDocumentsResponse>
Modifier and Type | Method | Description |
---|---|---|
IndexDocumentsResponse.Builder |
fieldNames(String... fieldNames) |
The names of the fields that are currently being indexed.
|
IndexDocumentsResponse.Builder |
fieldNames(Collection<String> fieldNames) |
The names of the fields that are currently being indexed.
|
copy
apply, build
IndexDocumentsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFieldNames(java.util.Collection)
or #withFieldNames(java.util.Collection)
if you want to
override the existing values.
fieldNames
- The names of the fields that are currently being indexed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.