Uses of Interface
software.amazon.awssdk.services.appflow.model.PardotSourceProperties.Builder
-
Packages that use PardotSourceProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of PardotSourceProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return PardotSourceProperties.Builder Modifier and Type Method Description static PardotSourceProperties.BuilderPardotSourceProperties. builder()PardotSourceProperties.BuilderPardotSourceProperties.Builder. object(String object)The object specified in the Salesforce Pardot flow source.PardotSourceProperties.BuilderPardotSourceProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type PardotSourceProperties.Builder Modifier and Type Method Description static Class<? extends PardotSourceProperties.Builder>PardotSourceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type PardotSourceProperties.Builder Modifier and Type Method Description default SourceConnectorProperties.BuilderSourceConnectorProperties.Builder. pardot(Consumer<PardotSourceProperties.Builder> pardot)Specifies the information that is required for querying Salesforce Pardot.
-