| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.integ.data |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTestConfiguration |
ImmutableTestConfiguration.Builder.build()
Builds a new
ImmutableTestConfiguration. |
static ImmutableTestConfiguration |
ImmutableTestConfiguration.copyOf(TestConfiguration instance)
Creates an immutable copy of a
TestConfiguration value. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withCustomConnectorConfigurations(CustomConnectorConfiguration... elements)
Copy the current immutable object with elements that replace the content of
customConnectorConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withCustomConnectorConfigurations(Iterable<? extends CustomConnectorConfiguration> elements)
Copy the current immutable object with elements that replace the content of
customConnectorConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withCustomConnectorProfileConfigurations(CustomConnectorProfileConfiguration... elements)
Copy the current immutable object with elements that replace the content of
customConnectorProfileConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withCustomConnectorProfileConfigurations(Iterable<? extends CustomConnectorProfileConfiguration> elements)
Copy the current immutable object with elements that replace the content of
customConnectorProfileConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withDescribeConnectorEntityTestConfigurations(DescribeConnectorEntityTestConfiguration... elements)
Copy the current immutable object with elements that replace the content of
describeConnectorEntityTestConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withDescribeConnectorEntityTestConfigurations(Iterable<? extends DescribeConnectorEntityTestConfiguration> elements)
Copy the current immutable object with elements that replace the content of
describeConnectorEntityTestConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withListConnectorEntitiesTestConfigurations(Iterable<? extends ListConnectorEntitiesTestConfiguration> elements)
Copy the current immutable object with elements that replace the content of
listConnectorEntitiesTestConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withListConnectorEntitiesTestConfigurations(ListConnectorEntitiesTestConfiguration... elements)
Copy the current immutable object with elements that replace the content of
listConnectorEntitiesTestConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withOnDemandFromS3TestConfigurations(Iterable<? extends OnDemandFromS3TestConfiguration> elements)
Copy the current immutable object with elements that replace the content of
onDemandFromS3TestConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withOnDemandFromS3TestConfigurations(OnDemandFromS3TestConfiguration... elements)
Copy the current immutable object with elements that replace the content of
onDemandFromS3TestConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withOnDemandToS3TestConfigurations(Iterable<? extends OnDemandToS3TestConfiguration> elements)
Copy the current immutable object with elements that replace the content of
onDemandToS3TestConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withOnDemandToS3TestConfigurations(OnDemandToS3TestConfiguration... elements)
Copy the current immutable object with elements that replace the content of
onDemandToS3TestConfigurations. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withResourcePrefix(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
resourcePrefix attribute. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withResourcePrefix(String value)
Copy the current immutable object by setting a present value for the optional
resourcePrefix attribute. |
ImmutableTestConfiguration |
ImmutableTestConfiguration.withTestBucketConfiguration(TestBucketConfiguration value)
Copy the current immutable object by setting a value for the
testBucketConfiguration attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.