Uses of Interface
software.amazon.awssdk.services.appflow.model.SourceFieldProperties.Builder
-
Packages that use SourceFieldProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SourceFieldProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SourceFieldProperties.Builder Modifier and Type Method Description static SourceFieldProperties.BuilderSourceFieldProperties. builder()SourceFieldProperties.BuilderSourceFieldProperties.Builder. isQueryable(Boolean isQueryable)Indicates if the field can be queried.SourceFieldProperties.BuilderSourceFieldProperties.Builder. isRetrievable(Boolean isRetrievable)Indicates whether the field can be returned in a search result.SourceFieldProperties.BuilderSourceFieldProperties.Builder. isTimestampFieldForIncrementalQueries(Boolean isTimestampFieldForIncrementalQueries)Indicates if this timestamp field can be used for incremental queries.SourceFieldProperties.BuilderSourceFieldProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SourceFieldProperties.Builder Modifier and Type Method Description static Class<? extends SourceFieldProperties.Builder>SourceFieldProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SourceFieldProperties.Builder Modifier and Type Method Description default ConnectorEntityField.BuilderConnectorEntityField.Builder. sourceProperties(Consumer<SourceFieldProperties.Builder> sourceProperties)The properties that can be applied to a field when the connector is being used as a source.
-