public static interface UpdateFeaturedResultsSetResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<UpdateFeaturedResultsSetResponse.Builder,UpdateFeaturedResultsSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFeaturedResultsSetResponse.Builder |
featuredResultsSet(Consumer<FeaturedResultsSet.Builder> featuredResultsSet)
Information on the set of featured results.
|
UpdateFeaturedResultsSetResponse.Builder |
featuredResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFeaturedResultsSetResponse.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 last updated, 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 last
updated, and more.default UpdateFeaturedResultsSetResponse.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 last updated, 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.