Interface FeaturedDocumentMissing.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FeaturedDocumentMissing.Builder,
,FeaturedDocumentMissing> SdkBuilder<FeaturedDocumentMissing.Builder,
,FeaturedDocumentMissing> SdkPojo
- Enclosing class:
FeaturedDocumentMissing
public static interface FeaturedDocumentMissing.Builder
extends SdkPojo, CopyableBuilder<FeaturedDocumentMissing.Builder,FeaturedDocumentMissing>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the document that doesn't exist but you have specified as a 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 document that doesn't exist but you have specified as a featured document.
- Parameters:
id
- The identifier of the document that doesn't exist but you have specified as a featured document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-