| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCustomAuthConfig.Builder |
ImmutableCustomAuthConfig.Builder.addAllAuthParameters(Iterable<? extends AuthParameter> elements)
Adds elements to
authParameters list. |
ImmutableCustomAuthConfig.Builder |
ImmutableCustomAuthConfig.Builder.addAuthParameters(AuthParameter... elements)
Adds elements to
authParameters list. |
ImmutableCustomAuthConfig.Builder |
ImmutableCustomAuthConfig.Builder.addAuthParameters(AuthParameter element)
Adds one element to
authParameters list. |
ImmutableCustomAuthConfig.Builder |
ImmutableCustomAuthConfig.Builder.authenticationType(String authenticationType)
Initializes the value for the
authenticationType attribute. |
ImmutableCustomAuthConfig.Builder |
ImmutableCustomAuthConfig.Builder.authParameters(Iterable<? extends AuthParameter> elements)
Sets or replaces all elements for
authParameters list. |
static ImmutableCustomAuthConfig.Builder |
ImmutableCustomAuthConfig.builder()
Creates a builder for
ImmutableCustomAuthConfig. |
ImmutableCustomAuthConfig.Builder |
ImmutableCustomAuthConfig.Builder.from(CustomAuthConfig instance)
Fill a builder with attribute values from the provided
CustomAuthConfig instance. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.