Interface VeevaSourceProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VeevaSourceProperties.Builder,,- VeevaSourceProperties> - SdkBuilder<VeevaSourceProperties.Builder,,- VeevaSourceProperties> - SdkPojo
- Enclosing class:
- VeevaSourceProperties
@Mutable
@NotThreadSafe
public static interface VeevaSourceProperties.Builder
extends SdkPojo, CopyableBuilder<VeevaSourceProperties.Builder,VeevaSourceProperties> 
- 
Method SummaryModifier and TypeMethodDescriptiondocumentType(String documentType) The document type specified in the Veeva document extract flow.includeAllVersions(Boolean includeAllVersions) Boolean value to include All Versions of files in Veeva document extract flow.includeRenditions(Boolean includeRenditions) Boolean value to include file renditions in Veeva document extract flow.includeSourceFiles(Boolean includeSourceFiles) Boolean value to include source files in Veeva document extract flow.The object specified in the Veeva flow source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
objectThe object specified in the Veeva flow source. - Parameters:
- object- The object specified in the Veeva flow source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
documentTypeThe document type specified in the Veeva document extract flow. - Parameters:
- documentType- The document type specified in the Veeva document extract flow.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
includeSourceFilesBoolean value to include source files in Veeva document extract flow. - Parameters:
- includeSourceFiles- Boolean value to include source files in Veeva document extract flow.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
includeRenditionsBoolean value to include file renditions in Veeva document extract flow. - Parameters:
- includeRenditions- Boolean value to include file renditions in Veeva document extract flow.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
includeAllVersionsBoolean value to include All Versions of files in Veeva document extract flow. - Parameters:
- includeAllVersions- Boolean value to include All Versions of files in Veeva document extract flow.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-