| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.retreive |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.Builder.build()
Builds a new
ImmutableRetrieveDataRequest. |
static ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.copyOf(RetrieveDataRequest instance)
Creates an immutable copy of a
RetrieveDataRequest value. |
ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.withConnectorContext(ConnectorContext value)
Copy the current immutable object by setting a value for the
connectorContext attribute. |
ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.withEntityIdentifier(String value)
Copy the current immutable object by setting a value for the
entityIdentifier attribute. |
ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.withIdFieldName(String value)
Copy the current immutable object by setting a value for the
idFieldName attribute. |
ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.withIds(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
ids. |
ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.withIds(String... elements)
Copy the current immutable object with elements that replace the content of
ids. |
ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.withSelectedFieldNames(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
selectedFieldNames. |
ImmutableRetrieveDataRequest |
ImmutableRetrieveDataRequest.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.