| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCustomConnectorConfiguration
Immutable implementation of
CustomConnectorConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<CustomConnectorConfiguration> |
ImmutableTestConfiguration.customConnectorConfigurations() |
List<CustomConnectorConfiguration> |
TestConfiguration.customConnectorConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTestConfiguration.Builder |
ImmutableTestConfiguration.Builder.addAllCustomConnectorConfigurations(Iterable<? extends CustomConnectorConfiguration> elements)
Adds elements to
customConnectorConfigurations list. |
ImmutableTestConfiguration.Builder |
ImmutableTestConfiguration.Builder.customConnectorConfigurations(Iterable<? extends CustomConnectorConfiguration> elements)
Sets or replaces all elements for
customConnectorConfigurations list. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withCustomConnectorConfigurations(Iterable<? extends CustomConnectorConfiguration> elements)
Copy the current immutable object with elements that replace the content of
customConnectorConfigurations. |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.appflow.model.DescribeConnectorRequest |
RequestProvider.getDescribeConnectorRequest(CustomConnectorConfiguration configuration) |
com.amazonaws.services.appflow.model.RegisterConnectorRequest |
RequestProvider.getRegisterConnectorRequest(CustomConnectorConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCustomConnectorTestCases.testRegisterConnector(CustomConnectorConfiguration configuration)
Test case that creates a connector, describes the connector and validates the description against a provided response.
|
Copyright © 2021–2022 Amazon Web Services. All rights reserved.