public static interface ConfluenceAttachmentConfiguration.Builder extends SdkPojo, CopyableBuilder<ConfluenceAttachmentConfiguration.Builder,ConfluenceAttachmentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ConfluenceAttachmentConfiguration.Builder |
attachmentFieldMappings(Collection<ConfluenceAttachmentToIndexFieldMapping> attachmentFieldMappings)
Defines how attachment metadata fields should be mapped to index fields.
|
ConfluenceAttachmentConfiguration.Builder |
attachmentFieldMappings(ConfluenceAttachmentToIndexFieldMapping... attachmentFieldMappings)
Defines how attachment metadata fields should be mapped to index fields.
|
ConfluenceAttachmentConfiguration.Builder |
attachmentFieldMappings(Consumer<ConfluenceAttachmentToIndexFieldMapping.Builder>... attachmentFieldMappings)
Defines how attachment metadata fields should be mapped to index fields.
|
ConfluenceAttachmentConfiguration.Builder |
crawlAttachments(Boolean crawlAttachments)
Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfluenceAttachmentConfiguration.Builder crawlAttachments(Boolean crawlAttachments)
Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.
crawlAttachments - Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data
source.ConfluenceAttachmentConfiguration.Builder attachmentFieldMappings(Collection<ConfluenceAttachmentToIndexFieldMapping> attachmentFieldMappings)
Defines how attachment metadata fields should be mapped to index fields. Before you can map a field, you must
first create an index field with a matching type using the console or the UpdateIndex operation.
If you specify the AttachentFieldMappings parameter, you must specify at least one field
mapping.
attachmentFieldMappings - Defines how attachment metadata fields should be mapped to index fields. Before you can map a field,
you must first create an index field with a matching type using the console or the
UpdateIndex operation.
If you specify the AttachentFieldMappings parameter, you must specify at least one field
mapping.
ConfluenceAttachmentConfiguration.Builder attachmentFieldMappings(ConfluenceAttachmentToIndexFieldMapping... attachmentFieldMappings)
Defines how attachment metadata fields should be mapped to index fields. Before you can map a field, you must
first create an index field with a matching type using the console or the UpdateIndex operation.
If you specify the AttachentFieldMappings parameter, you must specify at least one field
mapping.
attachmentFieldMappings - Defines how attachment metadata fields should be mapped to index fields. Before you can map a field,
you must first create an index field with a matching type using the console or the
UpdateIndex operation.
If you specify the AttachentFieldMappings parameter, you must specify at least one field
mapping.
ConfluenceAttachmentConfiguration.Builder attachmentFieldMappings(Consumer<ConfluenceAttachmentToIndexFieldMapping.Builder>... attachmentFieldMappings)
Defines how attachment metadata fields should be mapped to index fields. Before you can map a field, you must
first create an index field with a matching type using the console or the UpdateIndex operation.
If you specify the AttachentFieldMappings parameter, you must specify at least one field
mapping.
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #attachmentFieldMappings(List) .attachmentFieldMappings - a consumer that will call methods on List.Builder #attachmentFieldMappings(List) Copyright © 2021. All rights reserved.