Uses of Interface
software.amazon.awssdk.services.wisdom.model.ContentReference.Builder
-
Packages that use ContentReference.Builder Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of ContentReference.Builder in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return ContentReference.Builder Modifier and Type Method Description static ContentReference.BuilderContentReference. builder()ContentReference.BuilderContentReference.Builder. contentArn(String contentArn)The Amazon Resource Name (ARN) of the content.ContentReference.BuilderContentReference.Builder. contentId(String contentId)The identifier of the content.ContentReference.BuilderContentReference.Builder. knowledgeBaseArn(String knowledgeBaseArn)The Amazon Resource Name (ARN) of the knowledge base.ContentReference.BuilderContentReference.Builder. knowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.ContentReference.BuilderContentReference. toBuilder()Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type ContentReference.Builder Modifier and Type Method Description static Class<? extends ContentReference.Builder>ContentReference. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wisdom.model with type arguments of type ContentReference.Builder Modifier and Type Method Description default Document.BuilderDocument.Builder. contentReference(Consumer<ContentReference.Builder> contentReference)A reference to the content resource.
-