@Value.Immutable public interface RetrieveDataRequest extends ConnectorRequest
RetrieveData> operation.| Modifier and Type | Method and Description |
|---|---|
ConnectorContext |
connectorContext()
Context contains the connector settings, credentials and APi version etc.
|
String |
entityIdentifier()
Unique identifier for the entity.
|
String |
idFieldName()
Field name which will be used as part of where statement to retrieve the data.
|
List<String> |
ids()
List of values for idFieldName.
|
List<String> |
selectedFieldNames()
Field values to retrieve.
|
closeString entityIdentifier()
@Nullable List<String> selectedFieldNames()
@Nullable String idFieldName()
ConnectorContext connectorContext()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.