Interface ConfluenceBlogConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfluenceBlogConfiguration.Builder,ConfluenceBlogConfiguration>,SdkBuilder<ConfluenceBlogConfiguration.Builder,ConfluenceBlogConfiguration>,SdkPojo
- Enclosing class:
- ConfluenceBlogConfiguration
public static interface ConfluenceBlogConfiguration.Builder extends SdkPojo, CopyableBuilder<ConfluenceBlogConfiguration.Builder,ConfluenceBlogConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfluenceBlogConfiguration.BuilderblogFieldMappings(Collection<ConfluenceBlogToIndexFieldMapping> blogFieldMappings)Maps attributes or field names of Confluence blogs to Amazon Kendra index field names.ConfluenceBlogConfiguration.BuilderblogFieldMappings(Consumer<ConfluenceBlogToIndexFieldMapping.Builder>... blogFieldMappings)Maps attributes or field names of Confluence blogs to Amazon Kendra index field names.ConfluenceBlogConfiguration.BuilderblogFieldMappings(ConfluenceBlogToIndexFieldMapping... blogFieldMappings)Maps attributes or field names of Confluence blogs to Amazon Kendra index field names.-
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
-
blogFieldMappings
ConfluenceBlogConfiguration.Builder blogFieldMappings(Collection<ConfluenceBlogToIndexFieldMapping> blogFieldMappings)
Maps attributes or field names of Confluence blogs to Amazon Kendra index field names. To create custom fields, use the
UpdateIndexAPI before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata.If you specify the
BlogFieldMappingsparameter, you must specify at least one field mapping.- Parameters:
blogFieldMappings- Maps attributes or field names of Confluence blogs to Amazon Kendra index field names. To create custom fields, use theUpdateIndexAPI before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata.If you specify the
BlogFieldMappingsparameter, you must specify at least one field mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blogFieldMappings
ConfluenceBlogConfiguration.Builder blogFieldMappings(ConfluenceBlogToIndexFieldMapping... blogFieldMappings)
Maps attributes or field names of Confluence blogs to Amazon Kendra index field names. To create custom fields, use the
UpdateIndexAPI before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata.If you specify the
BlogFieldMappingsparameter, you must specify at least one field mapping.- Parameters:
blogFieldMappings- Maps attributes or field names of Confluence blogs to Amazon Kendra index field names. To create custom fields, use theUpdateIndexAPI before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata.If you specify the
BlogFieldMappingsparameter, you must specify at least one field mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blogFieldMappings
ConfluenceBlogConfiguration.Builder blogFieldMappings(Consumer<ConfluenceBlogToIndexFieldMapping.Builder>... blogFieldMappings)
Maps attributes or field names of Confluence blogs to Amazon Kendra index field names. To create custom fields, use the
UpdateIndexAPI before you map to Confluence fields. For more information, see Mapping data source fields. The Confluence data source field names must exist in your Confluence custom metadata.If you specify the
This is a convenience method that creates an instance of theBlogFieldMappingsparameter, you must specify at least one field mapping.ConfluenceBlogToIndexFieldMapping.Builderavoiding the need to create one manually viaConfluenceBlogToIndexFieldMapping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#blogFieldMappings(List.) - Parameters:
blogFieldMappings- a consumer that will call methods onConfluenceBlogToIndexFieldMapping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#blogFieldMappings(java.util.Collection)
-
-