Uses of Interface
software.amazon.awssdk.services.qconnect.model.ContentReference.Builder
-
Packages that use ContentReference.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ContentReference.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.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.qconnect.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.qconnect.model with type arguments of type ContentReference.Builder Modifier and Type Method Description default DataReference.BuilderDataReference.Builder. contentReference(Consumer<ContentReference.Builder> contentReference)Sets the value of the ContentReference property for this object.default Document.BuilderDocument.Builder. contentReference(Consumer<ContentReference.Builder> contentReference)A reference to the content resource.static DataReferenceDataReference. fromContentReference(Consumer<ContentReference.Builder> contentReference)Create an instance of this class withDataReference.contentReference()initialized to the given value.
-