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
Modifier and TypeMethodDescriptionThe identifier of the featured document with its metadata.The main title of the featured document.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 Details
-
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
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
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.
-