| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.Builder.build()
Builds a new
ImmutableAuthenticationConfig. |
static ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.copyOf(AuthenticationConfig instance)
Creates an immutable copy of a
AuthenticationConfig value. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withCustomAuthConfig(CustomAuthConfig... elements)
Copy the current immutable object with elements that replace the content of
customAuthConfig. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withCustomAuthConfig(Iterable<? extends CustomAuthConfig> elements)
Copy the current immutable object with elements that replace the content of
customAuthConfig. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withIsApiKeyAuthSupported(Boolean value)
Copy the current immutable object by setting a value for the
isApiKeyAuthSupported attribute. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withIsBasicAuthSupported(Boolean value)
Copy the current immutable object by setting a value for the
isBasicAuthSupported attribute. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withIsCustomAuthSupported(Boolean value)
Copy the current immutable object by setting a value for the
isCustomAuthSupported attribute. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withIsOAuth2Supported(Boolean value)
Copy the current immutable object by setting a value for the
isOAuth2Supported attribute. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withOAuth2Defaults(OAuth2Defaults value)
Copy the current immutable object by setting a value for the
oAuth2Defaults attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.