Uses of Interface
software.amazon.awssdk.services.appflow.model.VeevaSourceProperties.Builder
-
Packages that use VeevaSourceProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of VeevaSourceProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return VeevaSourceProperties.Builder Modifier and Type Method Description static VeevaSourceProperties.BuilderVeevaSourceProperties. builder()VeevaSourceProperties.BuilderVeevaSourceProperties.Builder. documentType(String documentType)The document type specified in the Veeva document extract flow.VeevaSourceProperties.BuilderVeevaSourceProperties.Builder. includeAllVersions(Boolean includeAllVersions)Boolean value to include All Versions of files in Veeva document extract flow.VeevaSourceProperties.BuilderVeevaSourceProperties.Builder. includeRenditions(Boolean includeRenditions)Boolean value to include file renditions in Veeva document extract flow.VeevaSourceProperties.BuilderVeevaSourceProperties.Builder. includeSourceFiles(Boolean includeSourceFiles)Boolean value to include source files in Veeva document extract flow.VeevaSourceProperties.BuilderVeevaSourceProperties.Builder. object(String object)The object specified in the Veeva flow source.VeevaSourceProperties.BuilderVeevaSourceProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type VeevaSourceProperties.Builder Modifier and Type Method Description static Class<? extends VeevaSourceProperties.Builder>VeevaSourceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type VeevaSourceProperties.Builder Modifier and Type Method Description default SourceConnectorProperties.BuilderSourceConnectorProperties.Builder. veeva(Consumer<VeevaSourceProperties.Builder> veeva)Specifies the information that is required for querying Veeva.
-