Class SourceConnectorProperties
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.SourceConnectorProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SourceConnectorProperties.Builder,SourceConnectorProperties>
@Generated("software.amazon.awssdk:codegen") public final class SourceConnectorProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceConnectorProperties.Builder,SourceConnectorProperties>
Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSourceConnectorProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceConnectorProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MarketoSourcePropertiesmarketo()The properties that are applied when Marketo is being used as a source.S3SourcePropertiess3()The properties that are applied when Amazon S3 is being used as the flow source.SalesforceSourcePropertiessalesforce()The properties that are applied when Salesforce is being used as a source.List<SdkField<?>>sdkFields()static Class<? extends SourceConnectorProperties.Builder>serializableBuilderClass()ServiceNowSourcePropertiesserviceNow()The properties that are applied when ServiceNow is being used as a source.SourceConnectorProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.ZendeskSourcePropertieszendesk()The properties that are applied when using Zendesk as a flow source.-
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
-
marketo
public final MarketoSourceProperties marketo()
The properties that are applied when Marketo is being used as a source.
- Returns:
- The properties that are applied when Marketo is being used as a source.
-
s3
public final S3SourceProperties s3()
The properties that are applied when Amazon S3 is being used as the flow source.
- Returns:
- The properties that are applied when Amazon S3 is being used as the flow source.
-
salesforce
public final SalesforceSourceProperties salesforce()
The properties that are applied when Salesforce is being used as a source.
- Returns:
- The properties that are applied when Salesforce is being used as a source.
-
serviceNow
public final ServiceNowSourceProperties serviceNow()
The properties that are applied when ServiceNow is being used as a source.
- Returns:
- The properties that are applied when ServiceNow is being used as a source.
-
zendesk
public final ZendeskSourceProperties zendesk()
The properties that are applied when using Zendesk as a flow source.
- Returns:
- The properties that are applied when using Zendesk as a flow source.
-
toBuilder
public SourceConnectorProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SourceConnectorProperties.Builder,SourceConnectorProperties>
-
builder
public static SourceConnectorProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends SourceConnectorProperties.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.
-
-