Skip navigation links
com.amazonaws.appflow.custom.connector.model.retreive

Interface RetrieveDataRequest

    • Method Detail

      • entityIdentifier

        String entityIdentifier()
        Unique identifier for the entity. Can be entityId/ entityName / entityPath+name / entityUrl etc.
      • selectedFieldNames

        @Nullable
        List<String> selectedFieldNames()
        Field values to retrieve. If null, it will provide all the fields for the entity.
      • idFieldName

        @Nullable
        String idFieldName()
        Field name which will be used as part of where statement to retrieve the data. Can be primary or any other column name.
      • connectorContext

        ConnectorContext connectorContext()
        Context contains the connector settings, credentials and APi version etc.

Copyright © 2021–2022 Amazon Web Services. All rights reserved.