CopyableBuilder<DescribeIndexFieldsResponse.Builder,DescribeIndexFieldsResponse>, SdkBuilder<DescribeIndexFieldsResponse.Builder,DescribeIndexFieldsResponse>public static interface DescribeIndexFieldsResponse.Builder extends CopyableBuilder<DescribeIndexFieldsResponse.Builder,DescribeIndexFieldsResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setIndexFields(java.util.Collection) or #withIndexFields(java.util.Collection) if you want
to override the existing values.
indexFields - The index fields configured for the domain.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.