public static interface AlfrescoConfiguration.Builder extends SdkPojo, CopyableBuilder<AlfrescoConfiguration.Builder,AlfrescoConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AlfrescoConfiguration.Builder |
blogFieldMappings(Collection<DataSourceToIndexFieldMapping> blogFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
blogs to Amazon Kendra index field names. |
AlfrescoConfiguration.Builder |
blogFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... blogFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
blogs to Amazon Kendra index field names. |
AlfrescoConfiguration.Builder |
blogFieldMappings(DataSourceToIndexFieldMapping... blogFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
blogs to Amazon Kendra index field names. |
AlfrescoConfiguration.Builder |
crawlComments(Boolean crawlComments)
TRUE to index comments of blogs and other content. |
AlfrescoConfiguration.Builder |
crawlSystemFolders(Boolean crawlSystemFolders)
TRUE to index shared files. |
AlfrescoConfiguration.Builder |
documentLibraryFieldMappings(Collection<DataSourceToIndexFieldMapping> documentLibraryFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
document libraries to Amazon Kendra index field names. |
AlfrescoConfiguration.Builder |
documentLibraryFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... documentLibraryFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
document libraries to Amazon Kendra index field names. |
AlfrescoConfiguration.Builder |
documentLibraryFieldMappings(DataSourceToIndexFieldMapping... documentLibraryFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
document libraries to Amazon Kendra index field names. |
AlfrescoConfiguration.Builder |
entityFilter(AlfrescoEntity... entityFilter)
Specify whether to index document libraries, wikis, or blogs.
|
AlfrescoConfiguration.Builder |
entityFilter(Collection<AlfrescoEntity> entityFilter)
Specify whether to index document libraries, wikis, or blogs.
|
AlfrescoConfiguration.Builder |
entityFilterWithStrings(Collection<String> entityFilter)
Specify whether to index document libraries, wikis, or blogs.
|
AlfrescoConfiguration.Builder |
entityFilterWithStrings(String... entityFilter)
Specify whether to index document libraries, wikis, or blogs.
|
AlfrescoConfiguration.Builder |
exclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Alfresco data source.
|
AlfrescoConfiguration.Builder |
exclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Alfresco data source.
|
AlfrescoConfiguration.Builder |
inclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files in your Alfresco data source.
|
AlfrescoConfiguration.Builder |
inclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain files in your Alfresco data source.
|
AlfrescoConfiguration.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to
connect to your Alfresco data source.
|
AlfrescoConfiguration.Builder |
siteId(String siteId)
The identifier of the Alfresco site.
|
AlfrescoConfiguration.Builder |
siteUrl(String siteUrl)
The URL of the Alfresco site.
|
default AlfrescoConfiguration.Builder |
sslCertificateS3Path(Consumer<S3Path.Builder> sslCertificateS3Path)
The path to the SSL certificate stored in an Amazon S3 bucket.
|
AlfrescoConfiguration.Builder |
sslCertificateS3Path(S3Path sslCertificateS3Path)
The path to the SSL certificate stored in an Amazon S3 bucket.
|
default AlfrescoConfiguration.Builder |
vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Alfresco.
|
AlfrescoConfiguration.Builder |
vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Alfresco.
|
AlfrescoConfiguration.Builder |
wikiFieldMappings(Collection<DataSourceToIndexFieldMapping> wikiFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
wikis to Amazon Kendra index field names. |
AlfrescoConfiguration.Builder |
wikiFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... wikiFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
wikis to Amazon Kendra index field names. |
AlfrescoConfiguration.Builder |
wikiFieldMappings(DataSourceToIndexFieldMapping... wikiFieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
wikis to Amazon Kendra index field names. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlfrescoConfiguration.Builder siteUrl(String siteUrl)
The URL of the Alfresco site. For example, https://hostname:8080.
siteUrl - The URL of the Alfresco site. For example, https://hostname:8080.AlfrescoConfiguration.Builder siteId(String siteId)
The identifier of the Alfresco site. For example, my-site.
siteId - The identifier of the Alfresco site. For example, my-site.AlfrescoConfiguration.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Alfresco data source. The secret must contain a JSON structure with the following keys:
username—The user name of the Alfresco account.
password—The password of the Alfresco account.
secretArn - The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required
to connect to your Alfresco data source. The secret must contain a JSON structure with the following
keys:
username—The user name of the Alfresco account.
password—The password of the Alfresco account.
AlfrescoConfiguration.Builder sslCertificateS3Path(S3Path sslCertificateS3Path)
The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to Alfresco if you require a secure SSL connection.
You can simply generate a self-signed X509 certificate on any computer using OpenSSL. For an example of using OpenSSL to create an X509 certificate, see Create and sign an X509 certificate.
sslCertificateS3Path - The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to Alfresco if
you require a secure SSL connection.
You can simply generate a self-signed X509 certificate on any computer using OpenSSL. For an example of using OpenSSL to create an X509 certificate, see Create and sign an X509 certificate.
default AlfrescoConfiguration.Builder sslCertificateS3Path(Consumer<S3Path.Builder> sslCertificateS3Path)
The path to the SSL certificate stored in an Amazon S3 bucket. You use this to connect to Alfresco if you require a secure SSL connection.
You can simply generate a self-signed X509 certificate on any computer using OpenSSL. For an example of using OpenSSL to create an X509 certificate, see Create and sign an X509 certificate.
This is a convenience method that creates an instance of theS3Path.Builder avoiding the need to
create one manually via S3Path.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to sslCertificateS3Path(S3Path).
sslCertificateS3Path - a consumer that will call methods on S3Path.BuildersslCertificateS3Path(S3Path)AlfrescoConfiguration.Builder crawlSystemFolders(Boolean crawlSystemFolders)
TRUE to index shared files.
crawlSystemFolders - TRUE to index shared files.AlfrescoConfiguration.Builder crawlComments(Boolean crawlComments)
TRUE to index comments of blogs and other content.
crawlComments - TRUE to index comments of blogs and other content.AlfrescoConfiguration.Builder entityFilterWithStrings(Collection<String> entityFilter)
Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these options.
entityFilter - Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these
options.AlfrescoConfiguration.Builder entityFilterWithStrings(String... entityFilter)
Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these options.
entityFilter - Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these
options.AlfrescoConfiguration.Builder entityFilter(Collection<AlfrescoEntity> entityFilter)
Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these options.
entityFilter - Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these
options.AlfrescoConfiguration.Builder entityFilter(AlfrescoEntity... entityFilter)
Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these options.
entityFilter - Specify whether to index document libraries, wikis, or blogs. You can specify one or more of these
options.AlfrescoConfiguration.Builder documentLibraryFieldMappings(Collection<DataSourceToIndexFieldMapping> documentLibraryFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
document libraries to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
documentLibraryFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Alfresco document libraries to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source
fields. The Alfresco data source field names must exist in your Alfresco custom metadata.AlfrescoConfiguration.Builder documentLibraryFieldMappings(DataSourceToIndexFieldMapping... documentLibraryFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
document libraries to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
documentLibraryFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Alfresco document libraries to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source
fields. The Alfresco data source field names must exist in your Alfresco custom metadata.AlfrescoConfiguration.Builder documentLibraryFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... documentLibraryFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
document libraries to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
DataSourceToIndexFieldMapping.Builder avoiding the need
to create one manually via
DataSourceToIndexFieldMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #documentLibraryFieldMappings(List.
documentLibraryFieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#documentLibraryFieldMappings(java.util.Collection) AlfrescoConfiguration.Builder blogFieldMappings(Collection<DataSourceToIndexFieldMapping> blogFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
blogs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
blogFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Alfresco blogs to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source
fields. The Alfresco data source field names must exist in your Alfresco custom metadata.AlfrescoConfiguration.Builder blogFieldMappings(DataSourceToIndexFieldMapping... blogFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
blogs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
blogFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Alfresco blogs to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source
fields. The Alfresco data source field names must exist in your Alfresco custom metadata.AlfrescoConfiguration.Builder blogFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... blogFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
blogs to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
DataSourceToIndexFieldMapping.Builder avoiding the need
to create one manually via
DataSourceToIndexFieldMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #blogFieldMappings(List.
blogFieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#blogFieldMappings(java.util.Collection) AlfrescoConfiguration.Builder wikiFieldMappings(Collection<DataSourceToIndexFieldMapping> wikiFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
wikis to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
wikiFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Alfresco wikis to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source
fields. The Alfresco data source field names must exist in your Alfresco custom metadata.AlfrescoConfiguration.Builder wikiFieldMappings(DataSourceToIndexFieldMapping... wikiFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
wikis to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
wikiFieldMappings - A list of DataSourceToIndexFieldMapping objects that map attributes or field names of
Alfresco wikis to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex API before you map to Alfresco fields. For more information, see Mapping data source
fields. The Alfresco data source field names must exist in your Alfresco custom metadata.AlfrescoConfiguration.Builder wikiFieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... wikiFieldMappings)
A list of DataSourceToIndexFieldMapping objects that map attributes or field names of Alfresco
wikis to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API
before you map to Alfresco fields. For more information, see Mapping data source fields. The
Alfresco data source field names must exist in your Alfresco custom metadata.
DataSourceToIndexFieldMapping.Builder avoiding the need
to create one manually via
DataSourceToIndexFieldMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #wikiFieldMappings(List.
wikiFieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#wikiFieldMappings(java.util.Collection) AlfrescoConfiguration.Builder inclusionPatterns(Collection<String> inclusionPatterns)
A list of regular expression patterns to include certain files in your Alfresco data source. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
inclusionPatterns - A list of regular expression patterns to include certain files in your Alfresco data source. Files
that match the patterns are included in the index. Files that don't match the patterns are excluded
from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion
pattern takes precedence and the file isn't included in the index.AlfrescoConfiguration.Builder inclusionPatterns(String... inclusionPatterns)
A list of regular expression patterns to include certain files in your Alfresco data source. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
inclusionPatterns - A list of regular expression patterns to include certain files in your Alfresco data source. Files
that match the patterns are included in the index. Files that don't match the patterns are excluded
from the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion
pattern takes precedence and the file isn't included in the index.AlfrescoConfiguration.Builder exclusionPatterns(Collection<String> exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Alfresco data source. Files that match the patterns are excluded from the index. Files that don't match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
exclusionPatterns - A list of regular expression patterns to exclude certain files in your Alfresco data source. Files
that match the patterns are excluded from the index. Files that don't match the patterns are included
in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion
pattern takes precedence and the file isn't included in the index.AlfrescoConfiguration.Builder exclusionPatterns(String... exclusionPatterns)
A list of regular expression patterns to exclude certain files in your Alfresco data source. Files that match the patterns are excluded from the index. Files that don't match the patterns are included in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
exclusionPatterns - A list of regular expression patterns to exclude certain files in your Alfresco data source. Files
that match the patterns are excluded from the index. Files that don't match the patterns are included
in the index. If a file matches both an inclusion pattern and an exclusion pattern, the exclusion
pattern takes precedence and the file isn't included in the index.AlfrescoConfiguration.Builder vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Alfresco. For more information, see Configuring a VPC.
vpcConfiguration - Configuration information for an Amazon Virtual Private Cloud to connect to your Alfresco. For more
information, see Configuring a VPC.default AlfrescoConfiguration.Builder vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your Alfresco. For more information, see Configuring a VPC.
This is a convenience method that creates an instance of theDataSourceVpcConfiguration.Builder
avoiding the need to create one manually via DataSourceVpcConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to vpcConfiguration(DataSourceVpcConfiguration).
vpcConfiguration - a consumer that will call methods on DataSourceVpcConfiguration.BuildervpcConfiguration(DataSourceVpcConfiguration)Copyright © 2023. All rights reserved.