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