Class CreateDataSourceRequest

    • Method Detail

      • knowledgeBaseId

        public final String knowledgeBaseId()
        Returns the value of the KnowledgeBaseId property for this object.
        Returns:
        The value of the KnowledgeBaseId property for this object.
      • clientToken

        public final String clientToken()
        Returns the value of the ClientToken property for this object.
        Returns:
        The value of the ClientToken property for this object.
      • name

        public final String name()
        Returns the value of the Name property for this object.
        Returns:
        The value of the Name property for this object.
      • description

        public final String description()
        Returns the value of the Description property for this object.
        Returns:
        The value of the Description property for this object.
      • dataSourceConfiguration

        public final DataSourceConfiguration dataSourceConfiguration()
        Returns the value of the DataSourceConfiguration property for this object.
        Returns:
        The value of the DataSourceConfiguration property for this object.
      • serverSideEncryptionConfiguration

        public final ServerSideEncryptionConfiguration serverSideEncryptionConfiguration()
        Returns the value of the ServerSideEncryptionConfiguration property for this object.
        Returns:
        The value of the ServerSideEncryptionConfiguration property for this object.
      • vectorIngestionConfiguration

        public final VectorIngestionConfiguration vectorIngestionConfiguration()
        Returns the value of the VectorIngestionConfiguration property for this object.
        Returns:
        The value of the VectorIngestionConfiguration property for this object.
      • toString

        public final String 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.
        Overrides:
        toString in class Object