| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.apiKey(ApiKeyCredentials apiKey)
The API keys required for the authentication of the user.
|
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.apiKey(Consumer<ApiKeyCredentials.Builder> apiKey)
The API keys required for the authentication of the user.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type that the custom connector uses for authenticating while creating a connector profile.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.authenticationType(String authenticationType)
The authentication type that the custom connector uses for authenticating while creating a connector profile.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.basic(BasicAuthCredentials basic)
The basic credentials that are required for the authentication of the user.
|
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.basic(Consumer<BasicAuthCredentials.Builder> basic)
The basic credentials that are required for the authentication of the user.
|
static CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.builder() |
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.custom(Consumer<CustomAuthCredentials.Builder> custom)
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.custom(CustomAuthCredentials custom)
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
default CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.oauth2(Consumer<OAuth2Credentials.Builder> oauth2)
The OAuth 2.0 credentials required for the authentication of the user.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.Builder.oauth2(OAuth2Credentials oauth2)
The OAuth 2.0 credentials required for the authentication of the user.
|
CustomConnectorProfileCredentials.Builder |
CustomConnectorProfileCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomConnectorProfileCredentials.Builder> |
CustomConnectorProfileCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileCredentials.Builder |
ConnectorProfileCredentials.Builder.customConnector(Consumer<CustomConnectorProfileCredentials.Builder> customConnector)
Sets the value of the CustomConnector property for this object.
|
Copyright © 2023. All rights reserved.