| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCustomConnectorProfileConfiguration
Immutable implementation of
CustomConnectorProfileConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<CustomConnectorProfileConfiguration> |
ImmutableTestConfiguration.customConnectorProfileConfigurations() |
List<CustomConnectorProfileConfiguration> |
TestConfiguration.customConnectorProfileConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTestConfiguration.Builder |
ImmutableTestConfiguration.Builder.addAllCustomConnectorProfileConfigurations(Iterable<? extends CustomConnectorProfileConfiguration> elements)
Adds elements to
customConnectorProfileConfigurations list. |
ImmutableTestConfiguration.Builder |
ImmutableTestConfiguration.Builder.customConnectorProfileConfigurations(Iterable<? extends CustomConnectorProfileConfiguration> elements)
Sets or replaces all elements for
customConnectorProfileConfigurations list. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withCustomConnectorProfileConfigurations(Iterable<? extends CustomConnectorProfileConfiguration> elements)
Copy the current immutable object with elements that replace the content of
customConnectorProfileConfigurations. |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.appflow.model.CreateConnectorProfileRequest |
RequestProvider.getCreateConnectorProfileRequest(CustomConnectorProfileConfiguration profileConfiguration) |
static com.amazonaws.services.appflow.model.CustomConnectorProfileCredentials |
CredentialsProvider.getCustomConnectorProfileCredentials(CustomConnectorProfileConfiguration profileConfiguration)
Builds the credentials by reading the data fetched from secret manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCustomConnectorTestCases.testCreateConnectorProfile(CustomConnectorProfileConfiguration configuration)
Test case that creates a connector profile.
|
Copyright © 2021–2022 Amazon Web Services. All rights reserved.