public static interface FeaturedResultsSetSummary.Builder extends SdkPojo, CopyableBuilder<FeaturedResultsSetSummary.Builder,FeaturedResultsSetSummary>
| Modifier and Type | Method and Description |
|---|---|
FeaturedResultsSetSummary.Builder |
creationTimestamp(Long creationTimestamp)
The Unix timestamp when the set of featured results was created.
|
FeaturedResultsSetSummary.Builder |
featuredResultsSetId(String featuredResultsSetId)
The identifier of the set of featured results.
|
FeaturedResultsSetSummary.Builder |
featuredResultsSetName(String featuredResultsSetName)
The name for the set of featured results.
|
FeaturedResultsSetSummary.Builder |
lastUpdatedTimestamp(Long lastUpdatedTimestamp)
The Unix timestamp when the set of featured results was last updated.
|
FeaturedResultsSetSummary.Builder |
status(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
FeaturedResultsSetSummary.Builder |
status(String status)
The current status of the set of featured results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeaturedResultsSetSummary.Builder featuredResultsSetId(String featuredResultsSetId)
The identifier of the set of featured results.
featuredResultsSetId - The identifier of the set of featured results.FeaturedResultsSetSummary.Builder featuredResultsSetName(String featuredResultsSetName)
The name for the set of featured results.
featuredResultsSetName - The name for the set of featured results.FeaturedResultsSetSummary.Builder status(String status)
The current status of the set of featured results. When the value is ACTIVE, featured results
are ready for use. You can still configure your settings before setting the status to ACTIVE.
You can set the status to ACTIVE or INACTIVE using the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured
results set for each index, whether the status is ACTIVE or INACTIVE.
status - The current status of the set of featured results. When the value is ACTIVE, featured
results are ready for use. You can still configure your settings before setting the status to
ACTIVE. You can set the status to ACTIVE or INACTIVE using the
UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per
featured results set for each index, whether the status is ACTIVE or
INACTIVE.FeaturedResultsSetStatus,
FeaturedResultsSetStatusFeaturedResultsSetSummary.Builder status(FeaturedResultsSetStatus status)
The current status of the set of featured results. When the value is ACTIVE, featured results
are ready for use. You can still configure your settings before setting the status to ACTIVE.
You can set the status to ACTIVE or INACTIVE using the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured
results set for each index, whether the status is ACTIVE or INACTIVE.
status - The current status of the set of featured results. When the value is ACTIVE, featured
results are ready for use. You can still configure your settings before setting the status to
ACTIVE. You can set the status to ACTIVE or INACTIVE using the
UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per
featured results set for each index, whether the status is ACTIVE or
INACTIVE.FeaturedResultsSetStatus,
FeaturedResultsSetStatusFeaturedResultsSetSummary.Builder lastUpdatedTimestamp(Long lastUpdatedTimestamp)
The Unix timestamp when the set of featured results was last updated.
lastUpdatedTimestamp - The Unix timestamp when the set of featured results was last updated.FeaturedResultsSetSummary.Builder creationTimestamp(Long creationTimestamp)
The Unix timestamp when the set of featured results was created.
creationTimestamp - The Unix timestamp when the set of featured results was created.Copyright © 2023. All rights reserved.