Uses of Interface
software.amazon.awssdk.services.appflow.model.MarketoConnectorProfileProperties.Builder
-
Packages that use MarketoConnectorProfileProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of MarketoConnectorProfileProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return MarketoConnectorProfileProperties.Builder Modifier and Type Method Description static MarketoConnectorProfileProperties.BuilderMarketoConnectorProfileProperties. builder()MarketoConnectorProfileProperties.BuilderMarketoConnectorProfileProperties.Builder. instanceUrl(String instanceUrl)The location of the Marketo resource.MarketoConnectorProfileProperties.BuilderMarketoConnectorProfileProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type MarketoConnectorProfileProperties.Builder Modifier and Type Method Description static Class<? extends MarketoConnectorProfileProperties.Builder>MarketoConnectorProfileProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type MarketoConnectorProfileProperties.Builder Modifier and Type Method Description default ConnectorProfileProperties.BuilderConnectorProfileProperties.Builder. marketo(Consumer<MarketoConnectorProfileProperties.Builder> marketo)The connector-specific properties required by Marketo.
-