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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeIndexFieldsResponse.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #indexFields(List)
.indexFields
- a consumer that will call methods on List.Builder
#indexFields(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.