| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.query |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQueryDataRequest |
ImmutableQueryDataRequest.Builder.build()
Builds a new
ImmutableQueryDataRequest. |
static ImmutableQueryDataRequest |
ImmutableQueryDataRequest.copyOf(QueryDataRequest instance)
Creates an immutable copy of a
QueryDataRequest value. |
ImmutableQueryDataRequest |
ImmutableQueryDataRequest.withConnectorContext(ConnectorContext value)
Copy the current immutable object by setting a value for the
connectorContext attribute. |
ImmutableQueryDataRequest |
ImmutableQueryDataRequest.withEntityIdentifier(String value)
Copy the current immutable object by setting a value for the
entityIdentifier attribute. |
ImmutableQueryDataRequest |
ImmutableQueryDataRequest.withFilterExpression(String value)
Copy the current immutable object by setting a value for the
filterExpression attribute. |
ImmutableQueryDataRequest |
ImmutableQueryDataRequest.withMaxResults(Long value)
Copy the current immutable object by setting a value for the
maxResults attribute. |
ImmutableQueryDataRequest |
ImmutableQueryDataRequest.withNextToken(String value)
Copy the current immutable object by setting a value for the
nextToken attribute. |
ImmutableQueryDataRequest |
ImmutableQueryDataRequest.withSelectedFieldNames(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
selectedFieldNames. |
ImmutableQueryDataRequest |
ImmutableQueryDataRequest.withSelectedFieldNames(String... elements)
Copy the current immutable object with elements that replace the content of
selectedFieldNames. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.