public static interface DescribeIndexFieldsResponse.Builder extends CloudSearchResponse.Builder, CopyableBuilder<DescribeIndexFieldsResponse.Builder,DescribeIndexFieldsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexFieldsResponse.Builder |
indexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
|
DescribeIndexFieldsResponse.Builder |
indexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
|
buildcopyapply, buildDescribeIndexFieldsResponse.Builder indexFields(Collection<IndexFieldStatus> indexFields)
The index fields configured for the domain.
indexFields - The index fields configured for the domain.DescribeIndexFieldsResponse.Builder indexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
indexFields - The index fields configured for the domain.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.