| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomAuthCredentials.Builder |
CustomAuthCredentials.builder() |
CustomAuthCredentials.Builder |
CustomAuthCredentials.Builder.credentialsMap(Map<String,String> credentialsMap)
A map that holds custom authentication credentials.
|
CustomAuthCredentials.Builder |
CustomAuthCredentials.Builder.customAuthenticationType(String customAuthenticationType)
The custom authentication type that the connector uses.
|
CustomAuthCredentials.Builder |
CustomAuthCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomAuthCredentials.Builder> |
CustomAuthCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.custom(Consumer<CustomAuthCredentials.Builder> custom)
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
Copyright © 2023. All rights reserved.