Class SalesforceSourceProperties
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.SalesforceSourceProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SalesforceSourceProperties.Builder,SalesforceSourceProperties>
@Generated("software.amazon.awssdk:codegen") public final class SalesforceSourceProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SalesforceSourceProperties.Builder,SalesforceSourceProperties>
The properties that are applied when Salesforce is being used as a source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSalesforceSourceProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SalesforceSourceProperties.Builderbuilder()BooleanenableDynamicFieldUpdate()The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanincludeDeletedRecords()Indicates whether Amazon AppFlow includes deleted files in the flow run.Stringobject()The object specified in the Salesforce flow source.List<SdkField<?>>sdkFields()static Class<? extends SalesforceSourceProperties.Builder>serializableBuilderClass()SalesforceSourceProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
object
public final String object()
The object specified in the Salesforce flow source.
- Returns:
- The object specified in the Salesforce flow source.
-
enableDynamicFieldUpdate
public final Boolean enableDynamicFieldUpdate()
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
- Returns:
- The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
-
includeDeletedRecords
public final Boolean includeDeletedRecords()
Indicates whether Amazon AppFlow includes deleted files in the flow run.
- Returns:
- Indicates whether Amazon AppFlow includes deleted files in the flow run.
-
toBuilder
public SalesforceSourceProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SalesforceSourceProperties.Builder,SalesforceSourceProperties>
-
builder
public static SalesforceSourceProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends SalesforceSourceProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-