Interface FeaturedResultsSetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FeaturedResultsSetSummary.Builder,FeaturedResultsSetSummary>,SdkBuilder<FeaturedResultsSetSummary.Builder,FeaturedResultsSetSummary>,SdkPojo
- Enclosing class:
- FeaturedResultsSetSummary
public static interface FeaturedResultsSetSummary.Builder extends SdkPojo, CopyableBuilder<FeaturedResultsSetSummary.Builder,FeaturedResultsSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturedResultsSetSummary.BuildercreationTimestamp(Long creationTimestamp)The Unix timestamp when the set of featured results was created.FeaturedResultsSetSummary.BuilderfeaturedResultsSetId(String featuredResultsSetId)The identifier of the set of featured results.FeaturedResultsSetSummary.BuilderfeaturedResultsSetName(String featuredResultsSetName)The name for the set of featured results.FeaturedResultsSetSummary.BuilderlastUpdatedTimestamp(Long lastUpdatedTimestamp)The Unix timestamp when the set of featured results was last updated.FeaturedResultsSetSummary.Builderstatus(String status)The current status of the set of featured results.FeaturedResultsSetSummary.Builderstatus(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 Detail
-
featuredResultsSetId
FeaturedResultsSetSummary.Builder featuredResultsSetId(String 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
FeaturedResultsSetSummary.Builder featuredResultsSetName(String 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
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 toACTIVE. You can set the status toACTIVEorINACTIVEusing the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVEorINACTIVE.- 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 toACTIVEorINACTIVEusing the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVEorINACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeaturedResultsSetStatus,FeaturedResultsSetStatus
-
status
FeaturedResultsSetSummary.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 toACTIVE. You can set the status toACTIVEorINACTIVEusing the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVEorINACTIVE.- 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 toACTIVEorINACTIVEusing the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVEorINACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeaturedResultsSetStatus,FeaturedResultsSetStatus
-
lastUpdatedTimestamp
FeaturedResultsSetSummary.Builder lastUpdatedTimestamp(Long 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
FeaturedResultsSetSummary.Builder creationTimestamp(Long 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.
-
-