@Value.Immutable public interface QueryDataRequest extends ConnectorRequest
QueryData> 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 |
filterExpression()
Filter expression string similar to the WHERE clause in SQL.
|
default Long |
maxResults()
Maximum number of records needs to be returned as part of single call.
|
String |
nextToken()
The pagination token - next page should start from this token value.
|
List<String> |
selectedFieldNames()
Field values to retrieve.
|
closeString entityIdentifier()
@Nullable List<String> selectedFieldNames()
@Nullable String filterExpression()
@Value.Default default Long maxResults()
@Nullable String nextToken()
ConnectorContext connectorContext()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.