| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.retreive |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRetrieveDataResponse |
ImmutableRetrieveDataResponse.Builder.build()
Builds a new
ImmutableRetrieveDataResponse. |
static ImmutableRetrieveDataResponse |
ImmutableRetrieveDataResponse.copyOf(RetrieveDataResponse instance)
Creates an immutable copy of a
RetrieveDataResponse value. |
ImmutableRetrieveDataResponse |
ImmutableRetrieveDataResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
ImmutableRetrieveDataResponse |
ImmutableRetrieveDataResponse.withIsSuccess(boolean value)
Copy the current immutable object by setting a value for the
isSuccess attribute. |
ImmutableRetrieveDataResponse |
ImmutableRetrieveDataResponse.withRecords(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
records. |
ImmutableRetrieveDataResponse |
ImmutableRetrieveDataResponse.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.