Class UpdateDataSourceRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the Amazon Q Business application the data source is attached to.

        Returns:
        The identifier of the Amazon Q Business application the data source is attached to.
      • indexId

        public final String indexId()

        The identifier of the index attached to the data source connector.

        Returns:
        The identifier of the index attached to the data source connector.
      • dataSourceId

        public final String dataSourceId()

        The identifier of the data source connector.

        Returns:
        The identifier of the data source connector.
      • displayName

        public final String displayName()

        A name of the data source connector.

        Returns:
        A name of the data source connector.
      • configuration

        public final Document configuration()
        Returns the value of the Configuration property for this object.
        Returns:
        The value of the Configuration property for this object.
      • vpcConfiguration

        public final DataSourceVpcConfiguration vpcConfiguration()
        Returns the value of the VpcConfiguration property for this object.
        Returns:
        The value of the VpcConfiguration property for this object.
      • description

        public final String description()

        The description of the data source connector.

        Returns:
        The description of the data source connector.
      • syncSchedule

        public final String syncSchedule()

        The chosen update frequency for your data source.

        Returns:
        The chosen update frequency for your data source.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.

        Returns:
        The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.
      • documentEnrichmentConfiguration

        public final DocumentEnrichmentConfiguration documentEnrichmentConfiguration()
        Returns the value of the DocumentEnrichmentConfiguration property for this object.
        Returns:
        The value of the DocumentEnrichmentConfiguration 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