public static interface CreateFeaturedResultsSetResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<CreateFeaturedResultsSetResponse.Builder,CreateFeaturedResultsSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateFeaturedResultsSetResponse.Builder |
featuredResultsSet(Consumer<FeaturedResultsSet.Builder> featuredResultsSet)
Information on the set of featured results.
|
CreateFeaturedResultsSetResponse.Builder |
featuredResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFeaturedResultsSetResponse.Builder featuredResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results. This includes the identifier of the featured results set, whether the featured results set is active or inactive, when the featured results set was created, and more.
featuredResultsSet - Information on the set of featured results. This includes the identifier of the featured results set,
whether the featured results set is active or inactive, when the featured results set was created, and
more.default CreateFeaturedResultsSetResponse.Builder featuredResultsSet(Consumer<FeaturedResultsSet.Builder> featuredResultsSet)
Information on the set of featured results. This includes the identifier of the featured results set, whether the featured results set is active or inactive, when the featured results set was created, and more.
This is a convenience method that creates an instance of theFeaturedResultsSet.Builder avoiding the
need to create one manually via FeaturedResultsSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to featuredResultsSet(FeaturedResultsSet).
featuredResultsSet - a consumer that will call methods on FeaturedResultsSet.BuilderfeaturedResultsSet(FeaturedResultsSet)Copyright © 2023. All rights reserved.