Package com.pulumi.aws.appflow.outputs
Class FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.outputs.FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder
-
- Enclosing class:
- FlowSourceFlowConfigSourceConnectorPropertiesVeeva
public static final class FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FlowSourceFlowConfigSourceConnectorPropertiesVeeva defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowSourceFlowConfigSourceConnectorPropertiesVeeva
build()
FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder
documentType(java.lang.String documentType)
FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder
includeAllVersions(java.lang.Boolean includeAllVersions)
FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder
includeRenditions(java.lang.Boolean includeRenditions)
FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder
includeSourceFiles(java.lang.Boolean includeSourceFiles)
FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder
object(java.lang.String object)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FlowSourceFlowConfigSourceConnectorPropertiesVeeva defaults)
-
-
Method Detail
-
documentType
public FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder documentType(@Nullable java.lang.String documentType)
-
includeAllVersions
public FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder includeAllVersions(@Nullable java.lang.Boolean includeAllVersions)
-
includeRenditions
public FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder includeRenditions(@Nullable java.lang.Boolean includeRenditions)
-
includeSourceFiles
public FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder includeSourceFiles(@Nullable java.lang.Boolean includeSourceFiles)
-
object
public FlowSourceFlowConfigSourceConnectorPropertiesVeeva.Builder object(java.lang.String object)
-
build
public FlowSourceFlowConfigSourceConnectorPropertiesVeeva build()
-
-