@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SalesforceDestinationProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties that are applied when Salesforce is being used as a destination.
| Constructor and Description |
|---|
SalesforceDestinationProperties() |
| Modifier and Type | Method and Description |
|---|---|
SalesforceDestinationProperties |
clone() |
boolean |
equals(Object obj) |
ErrorHandlingConfig |
getErrorHandlingConfig()
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
|
String |
getObject()
The object specified in the Salesforce flow destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
|
void |
setObject(String object)
The object specified in the Salesforce flow destination.
|
String |
toString()
Returns a string representation of this object.
|
SalesforceDestinationProperties |
withErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
|
SalesforceDestinationProperties |
withObject(String object)
The object specified in the Salesforce flow destination.
|
public void setObject(String object)
The object specified in the Salesforce flow destination.
object - The object specified in the Salesforce flow destination.public String getObject()
The object specified in the Salesforce flow destination.
public SalesforceDestinationProperties withObject(String object)
The object specified in the Salesforce flow destination.
object - The object specified in the Salesforce flow destination.public void setErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
For example, this setting would determine if the flow should fail after one insertion error, or continue and
attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of
the destination connector details.
errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce
destination. For example, this setting would determine if the flow should fail after one insertion error,
or continue and attempt to insert every record regardless of the initial failure.
ErrorHandlingConfig is a part of the destination connector details.public ErrorHandlingConfig getErrorHandlingConfig()
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
For example, this setting would determine if the flow should fail after one insertion error, or continue and
attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of
the destination connector details.
ErrorHandlingConfig is a part of the destination connector details.public SalesforceDestinationProperties withErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
For example, this setting would determine if the flow should fail after one insertion error, or continue and
attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of
the destination connector details.
errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce
destination. For example, this setting would determine if the flow should fail after one insertion error,
or continue and attempt to insert every record regardless of the initial failure.
ErrorHandlingConfig is a part of the destination connector details.public String toString()
toString in class ObjectObject.toString()public SalesforceDestinationProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.