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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturedDocumentMissing.Builderid(String id)The 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 Detail
-
id
FeaturedDocumentMissing.Builder id(String 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.
-
-