public static interface DescribeIndexFieldsResponse.Builder extends CloudSearchResponse.Builder, SdkPojo, 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(Consumer<IndexFieldStatus.Builder>... indexFields)
The index fields configured for the domain.
|
DescribeIndexFieldsResponse.Builder |
indexFields(IndexFieldStatus... indexFields)
The index fields configured for the domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DescribeIndexFieldsResponse.Builder indexFields(Consumer<IndexFieldStatus.Builder>... indexFields)
The index fields configured for the domain.
This is a convenience method that creates an instance of theIndexFieldStatus.Builder avoiding the need to
create one manually via IndexFieldStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #indexFields(List.
indexFields - a consumer that will call methods on
IndexFieldStatus.Builder#indexFields(java.util.Collection) Copyright © 2023. All rights reserved.