Class CfnFlow.VeevaSourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnFlow.VeevaSourcePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.VeevaSourcePropertiesProperty>
- Enclosing interface:
CfnFlow.VeevaSourcePropertiesProperty
@Stability(Stable)
public static final class CfnFlow.VeevaSourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.VeevaSourcePropertiesProperty>
A builder for
CfnFlow.VeevaSourcePropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.documentType
(String documentType) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getDocumentType()
includeAllVersions
(Boolean includeAllVersions) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeAllVersions()
includeAllVersions
(IResolvable includeAllVersions) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeAllVersions()
includeRenditions
(Boolean includeRenditions) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeRenditions()
includeRenditions
(IResolvable includeRenditions) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeRenditions()
includeSourceFiles
(Boolean includeSourceFiles) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeSourceFiles()
includeSourceFiles
(IResolvable includeSourceFiles) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeSourceFiles()
Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getObject()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
object
Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getObject()
- Parameters:
object
- The object specified in the Veeva flow source. This parameter is required.- Returns:
this
-
documentType
@Stability(Stable) public CfnFlow.VeevaSourcePropertiesProperty.Builder documentType(String documentType) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getDocumentType()
- Parameters:
documentType
- The document type specified in the Veeva document extract flow.- Returns:
this
-
includeAllVersions
@Stability(Stable) public CfnFlow.VeevaSourcePropertiesProperty.Builder includeAllVersions(Boolean includeAllVersions) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeAllVersions()
- Parameters:
includeAllVersions
- Boolean value to include All Versions of files in Veeva document extract flow.- Returns:
this
-
includeAllVersions
@Stability(Stable) public CfnFlow.VeevaSourcePropertiesProperty.Builder includeAllVersions(IResolvable includeAllVersions) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeAllVersions()
- Parameters:
includeAllVersions
- Boolean value to include All Versions of files in Veeva document extract flow.- Returns:
this
-
includeRenditions
@Stability(Stable) public CfnFlow.VeevaSourcePropertiesProperty.Builder includeRenditions(Boolean includeRenditions) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeRenditions()
- Parameters:
includeRenditions
- Boolean value to include file renditions in Veeva document extract flow.- Returns:
this
-
includeRenditions
@Stability(Stable) public CfnFlow.VeevaSourcePropertiesProperty.Builder includeRenditions(IResolvable includeRenditions) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeRenditions()
- Parameters:
includeRenditions
- Boolean value to include file renditions in Veeva document extract flow.- Returns:
this
-
includeSourceFiles
@Stability(Stable) public CfnFlow.VeevaSourcePropertiesProperty.Builder includeSourceFiles(Boolean includeSourceFiles) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeSourceFiles()
- Parameters:
includeSourceFiles
- Boolean value to include source files in Veeva document extract flow.- Returns:
this
-
includeSourceFiles
@Stability(Stable) public CfnFlow.VeevaSourcePropertiesProperty.Builder includeSourceFiles(IResolvable includeSourceFiles) Sets the value ofCfnFlow.VeevaSourcePropertiesProperty.getIncludeSourceFiles()
- Parameters:
includeSourceFiles
- Boolean value to include source files in Veeva document extract flow.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFlow.VeevaSourcePropertiesProperty>
- Returns:
- a new instance of
CfnFlow.VeevaSourcePropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-