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

Interface WriteDataRequest

    • Method Detail

      • entityIdentifier

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

        @Nullable
        List<String> idFieldNames()
        Primary keys of the entity. Used for DELETE/ UPDATE/ UPSERT operations.
      • records

        @Nullable
        List<String> records()
        List of JSON serialized string of the entity record as per the entity metadata.
      • allOrNone

        @Nullable
        Boolean allOrNone()
        Specifies that the WRITE operation must fail immediately after encountering the first instance of failure when writing a batch of records to the Application. Alternatively, if the application supports the allOrNone behavior the connector can pass on the flag to the application.
      • connectorContext

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

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