@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDataSourceRequest extends KendraRequest implements ToCopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDataSourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDataSourceRequest.Builder |
builder() |
DataSourceConfiguration |
configuration()
Configuration information you want to update for the data source connector.
|
CustomDocumentEnrichmentConfiguration |
customDocumentEnrichmentConfiguration()
Configuration information you want to update for altering document metadata and content during the document
ingestion process.
|
String |
description()
A new description for the data source connector.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the data source connector you want to update.
|
String |
indexId()
The identifier of the index used with the data source connector.
|
String |
languageCode()
The code for a language you want to update for the data source connector.
|
String |
name()
A new name for the data source connector.
|
String |
roleArn()
The Amazon Resource Name (ARN) of a role with permission to access the data source and required resources.
|
String |
schedule()
The sync schedule you want to update for the data source connector.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDataSourceRequest.Builder> |
serializableBuilderClass() |
UpdateDataSourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataSourceVpcConfiguration |
vpcConfiguration()
Configuration information for an Amazon Virtual Private Cloud to connect to your data source.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the data source connector you want to update.
public final String name()
A new name for the data source connector.
public final String indexId()
The identifier of the index used with the data source connector.
public final DataSourceConfiguration configuration()
Configuration information you want to update for the data source connector.
public final DataSourceVpcConfiguration vpcConfiguration()
Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.
public final String description()
A new description for the data source connector.
public final String schedule()
The sync schedule you want to update for the data source connector.
public final 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.
public final 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.
public final 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.
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.
public UpdateDataSourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>toBuilder in class KendraRequestpublic static UpdateDataSourceRequest.Builder builder()
public static Class<? extends UpdateDataSourceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.