| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.credentials |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCustomAuthCredentials.Builder |
ImmutableCustomAuthCredentials.builder()
Creates a builder for
ImmutableCustomAuthCredentials. |
ImmutableCustomAuthCredentials.Builder |
ImmutableCustomAuthCredentials.Builder.customAuthenticationType(String customAuthenticationType)
Initializes the value for the
customAuthenticationType attribute. |
ImmutableCustomAuthCredentials.Builder |
ImmutableCustomAuthCredentials.Builder.customCredentials(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
customCredentials map. |
ImmutableCustomAuthCredentials.Builder |
ImmutableCustomAuthCredentials.Builder.from(CustomAuthCredentials instance)
Fill a builder with attribute values from the provided
CustomAuthCredentials instance. |
ImmutableCustomAuthCredentials.Builder |
ImmutableCustomAuthCredentials.Builder.putAllCustomCredentials(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
customCredentials map. |
ImmutableCustomAuthCredentials.Builder |
ImmutableCustomAuthCredentials.Builder.putCustomCredentials(Map.Entry<String,? extends String> entry)
Put one entry to the
customCredentials map. |
ImmutableCustomAuthCredentials.Builder |
ImmutableCustomAuthCredentials.Builder.putCustomCredentials(String key,
String value)
Put one entry to the
customCredentials map. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.