Interface FeaturedResultsSetSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FeaturedResultsSetSummary.Builder,
,FeaturedResultsSetSummary> SdkBuilder<FeaturedResultsSetSummary.Builder,
,FeaturedResultsSetSummary> SdkPojo
- Enclosing class:
FeaturedResultsSetSummary
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimestamp
(Long creationTimestamp) The Unix timestamp when the set of featured results was created.featuredResultsSetId
(String featuredResultsSetId) The identifier of the set of featured results.featuredResultsSetName
(String featuredResultsSetName) The name for the set of featured results.lastUpdatedTimestamp
(Long lastUpdatedTimestamp) The Unix timestamp when the set of featured results was last updated.The current status of the set of featured results.status
(FeaturedResultsSetStatus status) The current status of the set of featured results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
featuredResultsSetId
The identifier of the set of featured results.
- Parameters:
featuredResultsSetId
- The identifier of the set of featured results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featuredResultsSetName
The name for the set of featured results.
- Parameters:
featuredResultsSetName
- The name for the set of featured results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 toACTIVE
. You can set the status toACTIVE
orINACTIVE
using the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVE
orINACTIVE
.- Parameters:
status
- The current status of the set of featured results. When the value isACTIVE
, featured results are ready for use. You can still configure your settings before setting the status toACTIVE
. You can set the status toACTIVE
orINACTIVE
using the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVE
orINACTIVE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 toACTIVE
. You can set the status toACTIVE
orINACTIVE
using the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVE
orINACTIVE
.- Parameters:
status
- The current status of the set of featured results. When the value isACTIVE
, featured results are ready for use. You can still configure your settings before setting the status toACTIVE
. You can set the status toACTIVE
orINACTIVE
using the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVE
orINACTIVE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedTimestamp
The Unix timestamp when the set of featured results was last updated.
- Parameters:
lastUpdatedTimestamp
- The Unix timestamp when the set of featured results was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimestamp
The Unix timestamp when the set of featured results was created.
- Parameters:
creationTimestamp
- The Unix timestamp when the set of featured results was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-