| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
PardotConnectorProfileCredentials.Builder |
PardotConnectorProfileCredentials.Builder.accessToken(String accessToken)
The credentials used to access protected Salesforce Pardot resources.
|
static PardotConnectorProfileCredentials.Builder |
PardotConnectorProfileCredentials.builder() |
PardotConnectorProfileCredentials.Builder |
PardotConnectorProfileCredentials.Builder.clientCredentialsArn(String clientCredentialsArn)
The secret manager ARN, which contains the client ID and client secret of the connected app.
|
PardotConnectorProfileCredentials.Builder |
PardotConnectorProfileCredentials.Builder.oAuthRequest(ConnectorOAuthRequest oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
default PardotConnectorProfileCredentials.Builder |
PardotConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
PardotConnectorProfileCredentials.Builder |
PardotConnectorProfileCredentials.Builder.refreshToken(String refreshToken)
The credentials used to acquire new access tokens.
|
PardotConnectorProfileCredentials.Builder |
PardotConnectorProfileCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PardotConnectorProfileCredentials.Builder> |
PardotConnectorProfileCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileCredentials.Builder |
ConnectorProfileCredentials.Builder.pardot(Consumer<PardotConnectorProfileCredentials.Builder> pardot)
The connector-specific credentials required when using Salesforce Pardot.
|
Copyright © 2023. All rights reserved.