![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.appflow.cfnFlow.SalesforceDestinationPropertiesProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.appflow.cfnFlow
import scala.collection.JavaConverters._
@scala.annotation.nowarn("cat=deprecation")
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object SalesforceDestinationPropertiesProperty {
def apply(
`object`: String,
errorHandlingConfig: Option[software.amazon.awscdk.services.appflow.CfnFlow.ErrorHandlingConfigProperty] = None,
idFieldNames: Option[List[String]] = None,
writeOperationType: Option[String] = None
): software.amazon.awscdk.services.appflow.CfnFlow.SalesforceDestinationPropertiesProperty =
(new software.amazon.awscdk.services.appflow.CfnFlow.SalesforceDestinationPropertiesProperty.Builder)
.`object`(`object`)
.errorHandlingConfig(errorHandlingConfig.orNull)
.idFieldNames(idFieldNames.map(_.asJava).orNull)
.writeOperationType(writeOperationType.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy