| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
SourceFieldProperties |
SourceFieldProperties.clone() |
SourceFieldProperties |
ConnectorEntityField.getSourceProperties()
The properties that can be applied to a field when the connector is being used as a source.
|
SourceFieldProperties |
SourceFieldProperties.withIsQueryable(Boolean isQueryable)
Indicates if the field can be queried.
|
SourceFieldProperties |
SourceFieldProperties.withIsRetrievable(Boolean isRetrievable)
Indicates whether the field can be returned in a search result.
|
SourceFieldProperties |
SourceFieldProperties.withIsTimestampFieldForIncrementalQueries(Boolean isTimestampFieldForIncrementalQueries)
Indicates if this timestamp field can be used for incremental queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorEntityField.setSourceProperties(SourceFieldProperties sourceProperties)
The properties that can be applied to a field when the connector is being used as a source.
|
ConnectorEntityField |
ConnectorEntityField.withSourceProperties(SourceFieldProperties sourceProperties)
The properties that can be applied to a field when the connector is being used as a source.
|
Copyright © 2022. All rights reserved.