@Value.Immutable public interface WriteDataRequest extends ConnectorRequest
WriteData> operation.| Modifier and Type | Method and Description |
|---|---|
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.
|
ConnectorContext |
connectorContext()
Context contains the connector settings, credentials and API version etc.
|
String |
entityIdentifier()
Unique identifier for the entity.
|
List<String> |
idFieldNames()
Primary keys of the entity.
|
WriteOperationType |
operation()
Write operation type needs to be called.
|
List<String> |
records()
List of JSON serialized string of the entity record as per the entity metadata.
|
closeString entityIdentifier()
WriteOperationType operation()
@Nullable List<String> idFieldNames()
@Nullable List<String> records()
@Nullable Boolean allOrNone()
ConnectorContext connectorContext()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.