Uses of Interface
software.amazon.awssdk.services.appflow.model.PardotConnectorProfileCredentials.Builder
-
Packages that use PardotConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of PardotConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return PardotConnectorProfileCredentials.Builder Modifier and Type Method Description PardotConnectorProfileCredentials.BuilderPardotConnectorProfileCredentials.Builder. accessToken(String accessToken)The credentials used to access protected Salesforce Pardot resources.static PardotConnectorProfileCredentials.BuilderPardotConnectorProfileCredentials. builder()PardotConnectorProfileCredentials.BuilderPardotConnectorProfileCredentials.Builder. clientCredentialsArn(String clientCredentialsArn)The secret manager ARN, which contains the client ID and client secret of the connected app.default PardotConnectorProfileCredentials.BuilderPardotConnectorProfileCredentials.Builder. oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)Sets the value of the OAuthRequest property for this object.PardotConnectorProfileCredentials.BuilderPardotConnectorProfileCredentials.Builder. oAuthRequest(ConnectorOAuthRequest oAuthRequest)Sets the value of the OAuthRequest property for this object.PardotConnectorProfileCredentials.BuilderPardotConnectorProfileCredentials.Builder. refreshToken(String refreshToken)The credentials used to acquire new access tokens.PardotConnectorProfileCredentials.BuilderPardotConnectorProfileCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type PardotConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends PardotConnectorProfileCredentials.Builder>PardotConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type PardotConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. pardot(Consumer<PardotConnectorProfileCredentials.Builder> pardot)The connector-specific credentials required when using Salesforce Pardot.
-