| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.addAllCustomAuthConfig(Iterable<? extends CustomAuthConfig> elements)
Adds elements to
customAuthConfig list. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.addCustomAuthConfig(CustomAuthConfig... elements)
Adds elements to
customAuthConfig list. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.addCustomAuthConfig(CustomAuthConfig element)
Adds one element to
customAuthConfig list. |
static ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.builder()
Creates a builder for
ImmutableAuthenticationConfig. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.customAuthConfig(Iterable<? extends CustomAuthConfig> elements)
Sets or replaces all elements for
customAuthConfig list. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.from(AuthenticationConfig instance)
Fill a builder with attribute values from the provided
AuthenticationConfig instance. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.isApiKeyAuthSupported(Boolean isApiKeyAuthSupported)
Initializes the value for the
isApiKeyAuthSupported attribute. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.isBasicAuthSupported(Boolean isBasicAuthSupported)
Initializes the value for the
isBasicAuthSupported attribute. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.isCustomAuthSupported(Boolean isCustomAuthSupported)
Initializes the value for the
isCustomAuthSupported attribute. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.isOAuth2Supported(Boolean isOAuth2Supported)
Initializes the value for the
isOAuth2Supported attribute. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.oAuth2Defaults(OAuth2Defaults oAuth2Defaults)
Initializes the value for the
oAuth2Defaults attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.