Interface FeaturedDocument.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FeaturedDocument.Builder,FeaturedDocument>,SdkBuilder<FeaturedDocument.Builder,FeaturedDocument>,SdkPojo
- Enclosing class:
- FeaturedDocument
public static interface FeaturedDocument.Builder extends SdkPojo, CopyableBuilder<FeaturedDocument.Builder,FeaturedDocument>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturedDocument.Builderid(String id)The identifier of the document to feature in the search 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
-
id
FeaturedDocument.Builder id(String id)
The identifier of the document to feature in the search results. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.
- Parameters:
id- The identifier of the document to feature in the search results. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-