Interface FeaturedDocumentWithMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FeaturedDocumentWithMetadata.Builder,FeaturedDocumentWithMetadata>,SdkBuilder<FeaturedDocumentWithMetadata.Builder,FeaturedDocumentWithMetadata>,SdkPojo
- Enclosing class:
- FeaturedDocumentWithMetadata
public static interface FeaturedDocumentWithMetadata.Builder extends SdkPojo, CopyableBuilder<FeaturedDocumentWithMetadata.Builder,FeaturedDocumentWithMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturedDocumentWithMetadata.Builderid(String id)The identifier of the featured document with its metadata.FeaturedDocumentWithMetadata.Buildertitle(String title)The main title of the featured document.FeaturedDocumentWithMetadata.Builderuri(String uri)The source URI location of the featured document.-
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
FeaturedDocumentWithMetadata.Builder id(String id)
The identifier of the featured document with its metadata. 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 featured document with its metadata. 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.
-
title
FeaturedDocumentWithMetadata.Builder title(String title)
The main title of the featured document.
- Parameters:
title- The main title of the featured document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uri
FeaturedDocumentWithMetadata.Builder uri(String uri)
The source URI location of the featured document.
- Parameters:
uri- The source URI location of the featured document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-