Class UpdateDataSourceRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final DataDeletionPolicyThe data deletion policy for the data source that you want to update.final StringThe data deletion policy for the data source that you want to update.final DataSourceConfigurationThe connection configuration for the data source that you want to update.final StringThe unique identifier of the data source.final StringSpecifies a new description for the data source.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe unique identifier of the knowledge base for the data source.final Stringname()Specifies a new name for the data source.static Class<? extends UpdateDataSourceRequest.Builder>Contains details about server-side encryption of the data source.final StringtoString()Returns a string representation of this object.Contains details about how to ingest the documents in the data source.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
knowledgeBaseId
The unique identifier of the knowledge base for the data source.
- Returns:
- The unique identifier of the knowledge base for the data source.
-
dataSourceId
The unique identifier of the data source.
- Returns:
- The unique identifier of the data source.
-
name
Specifies a new name for the data source.
- Returns:
- Specifies a new name for the data source.
-
description
Specifies a new description for the data source.
- Returns:
- Specifies a new description for the data source.
-
dataSourceConfiguration
The connection configuration for the data source that you want to update.
- Returns:
- The connection configuration for the data source that you want to update.
-
dataDeletionPolicy
The data deletion policy for the data source that you want to update.
If the service returns an enum value that is not available in the current SDK version,
dataDeletionPolicywill returnDataDeletionPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataDeletionPolicyAsString().- Returns:
- The data deletion policy for the data source that you want to update.
- See Also:
-
dataDeletionPolicyAsString
The data deletion policy for the data source that you want to update.
If the service returns an enum value that is not available in the current SDK version,
dataDeletionPolicywill returnDataDeletionPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataDeletionPolicyAsString().- Returns:
- The data deletion policy for the data source that you want to update.
- See Also:
-
serverSideEncryptionConfiguration
Contains details about server-side encryption of the data source.
- Returns:
- Contains details about server-side encryption of the data source.
-
vectorIngestionConfiguration
Contains details about how to ingest the documents in the data source.
- Returns:
- Contains details about how to ingest the documents in the data source.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDataSourceRequest.Builder,UpdateDataSourceRequest> - Specified by:
toBuilderin classBedrockAgentRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-