| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCustomAuthConfig |
ImmutableCustomAuthConfig.Builder.build()
Builds a new
ImmutableCustomAuthConfig. |
static ImmutableCustomAuthConfig |
ImmutableCustomAuthConfig.copyOf(CustomAuthConfig instance)
Creates an immutable copy of a
CustomAuthConfig value. |
ImmutableCustomAuthConfig |
ImmutableCustomAuthConfig.withAuthenticationType(String value)
Copy the current immutable object by setting a value for the
authenticationType attribute. |
ImmutableCustomAuthConfig |
ImmutableCustomAuthConfig.withAuthParameters(AuthParameter... elements)
Copy the current immutable object with elements that replace the content of
authParameters. |
ImmutableCustomAuthConfig |
ImmutableCustomAuthConfig.withAuthParameters(Iterable<? extends AuthParameter> elements)
Copy the current immutable object with elements that replace the content of
authParameters. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.