public static interface UpdateDataSourceRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDataSourceRequest.Builder |
configuration(Consumer<DataSourceConfiguration.Builder> configuration)
Configuration information you want to update for the data source connector.
|
UpdateDataSourceRequest.Builder |
configuration(DataSourceConfiguration configuration)
Configuration information you want to update for the data source connector.
|
default UpdateDataSourceRequest.Builder |
customDocumentEnrichmentConfiguration(Consumer<CustomDocumentEnrichmentConfiguration.Builder> customDocumentEnrichmentConfiguration)
Configuration information you want to update for altering document metadata and content during the document
ingestion process.
|
UpdateDataSourceRequest.Builder |
customDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information you want to update for altering document metadata and content during the document
ingestion process.
|
UpdateDataSourceRequest.Builder |
description(String description)
A new description for the data source connector.
|
UpdateDataSourceRequest.Builder |
id(String id)
The identifier of the data source connector you want to update.
|
UpdateDataSourceRequest.Builder |
indexId(String indexId)
The identifier of the index used with the data source connector.
|
UpdateDataSourceRequest.Builder |
languageCode(String languageCode)
The code for a language you want to update for the data source connector.
|
UpdateDataSourceRequest.Builder |
name(String name)
A new name for the data source connector.
|
UpdateDataSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDataSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDataSourceRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source and required resources.
|
UpdateDataSourceRequest.Builder |
schedule(String schedule)
The sync schedule you want to update for the data source connector.
|
default UpdateDataSourceRequest.Builder |
vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your data source.
|
UpdateDataSourceRequest.Builder |
vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your data source.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDataSourceRequest.Builder id(String id)
The identifier of the data source connector you want to update.
id - The identifier of the data source connector you want to update.UpdateDataSourceRequest.Builder name(String name)
A new name for the data source connector.
name - A new name for the data source connector.UpdateDataSourceRequest.Builder indexId(String indexId)
The identifier of the index used with the data source connector.
indexId - The identifier of the index used with the data source connector.UpdateDataSourceRequest.Builder configuration(DataSourceConfiguration configuration)
Configuration information you want to update for the data source connector.
configuration - Configuration information you want to update for the data source connector.default UpdateDataSourceRequest.Builder configuration(Consumer<DataSourceConfiguration.Builder> configuration)
Configuration information you want to update for the data source connector.
This is a convenience method that creates an instance of theDataSourceConfiguration.Builder avoiding
the need to create one manually via DataSourceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to configuration(DataSourceConfiguration).
configuration - a consumer that will call methods on DataSourceConfiguration.Builderconfiguration(DataSourceConfiguration)UpdateDataSourceRequest.Builder vpcConfiguration(DataSourceVpcConfiguration vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.
vpcConfiguration - Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more
information, see Configuring a VPC.default UpdateDataSourceRequest.Builder vpcConfiguration(Consumer<DataSourceVpcConfiguration.Builder> vpcConfiguration)
Configuration information for an Amazon Virtual Private Cloud to connect to your data source. 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)UpdateDataSourceRequest.Builder description(String description)
A new description for the data source connector.
description - A new description for the data source connector.UpdateDataSourceRequest.Builder schedule(String schedule)
The sync schedule you want to update for the data source connector.
schedule - The sync schedule you want to update for the data source connector.UpdateDataSourceRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source and required resources. For more information, see IAM roles for Amazon Kendra.
roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source and required
resources. For more information, see IAM roles for Amazon Kendra.UpdateDataSourceRequest.Builder languageCode(String languageCode)
The code for a language you want to update for the data source connector. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
languageCode - The code for a language you want to update for the data source connector. This allows you to support a
language for all documents when updating the data source. English is supported by default. For more
information on supported languages, including their codes, see Adding documents in
languages other than English.UpdateDataSourceRequest.Builder customDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information you want to update for altering document metadata and content during the document ingestion process.
For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
customDocumentEnrichmentConfiguration - Configuration information you want to update for altering document metadata and content during the
document ingestion process.
For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
default UpdateDataSourceRequest.Builder customDocumentEnrichmentConfiguration(Consumer<CustomDocumentEnrichmentConfiguration.Builder> customDocumentEnrichmentConfiguration)
Configuration information you want to update for altering document metadata and content during the document ingestion process.
For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.
This is a convenience method that creates an instance of theCustomDocumentEnrichmentConfiguration.Builder avoiding the need to create one manually via
CustomDocumentEnrichmentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
customDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration).
customDocumentEnrichmentConfiguration - a consumer that will call methods on CustomDocumentEnrichmentConfiguration.BuildercustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration)UpdateDataSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.