| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.query |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQueryDataResponse |
ImmutableQueryDataResponse.Builder.build()
Builds a new
ImmutableQueryDataResponse. |
static ImmutableQueryDataResponse |
ImmutableQueryDataResponse.copyOf(QueryDataResponse instance)
Creates an immutable copy of a
QueryDataResponse value. |
ImmutableQueryDataResponse |
ImmutableQueryDataResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
ImmutableQueryDataResponse |
ImmutableQueryDataResponse.withIsSuccess(boolean value)
Copy the current immutable object by setting a value for the
isSuccess attribute. |
ImmutableQueryDataResponse |
ImmutableQueryDataResponse.withNextToken(String value)
Copy the current immutable object by setting a value for the
nextToken attribute. |
ImmutableQueryDataResponse |
ImmutableQueryDataResponse.withRecords(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
records. |
ImmutableQueryDataResponse |
ImmutableQueryDataResponse.withRecords(String... elements)
Copy the current immutable object with elements that replace the content of
records. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.