Uses of Interface
software.amazon.awssdk.services.appflow.model.PardotConnectorProfileProperties.Builder
-
Packages that use PardotConnectorProfileProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of PardotConnectorProfileProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return PardotConnectorProfileProperties.Builder Modifier and Type Method Description static PardotConnectorProfileProperties.BuilderPardotConnectorProfileProperties. builder()PardotConnectorProfileProperties.BuilderPardotConnectorProfileProperties.Builder. businessUnitId(String businessUnitId)The business unit id of Salesforce Pardot instance.PardotConnectorProfileProperties.BuilderPardotConnectorProfileProperties.Builder. instanceUrl(String instanceUrl)The location of the Salesforce Pardot resource.PardotConnectorProfileProperties.BuilderPardotConnectorProfileProperties.Builder. isSandboxEnvironment(Boolean isSandboxEnvironment)Indicates whether the connector profile applies to a sandbox or production environment.PardotConnectorProfileProperties.BuilderPardotConnectorProfileProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type PardotConnectorProfileProperties.Builder Modifier and Type Method Description static Class<? extends PardotConnectorProfileProperties.Builder>PardotConnectorProfileProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type PardotConnectorProfileProperties.Builder Modifier and Type Method Description default ConnectorProfileProperties.BuilderConnectorProfileProperties.Builder. pardot(Consumer<PardotConnectorProfileProperties.Builder> pardot)The connector-specific properties required by Salesforce Pardot.
-