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.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.default PardotConnectorProfileCredentials.Builder
PardotConnectorProfileCredentials.Builder. oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
Sets the value of the OAuthRequest property for this object.PardotConnectorProfileCredentials.Builder
PardotConnectorProfileCredentials.Builder. oAuthRequest(ConnectorOAuthRequest 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()
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.Builder
ConnectorProfileCredentials.Builder. pardot(Consumer<PardotConnectorProfileCredentials.Builder> pardot)
The connector-specific credentials required when using Salesforce Pardot.
-