| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.integ.data |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCustomConnectorConfiguration |
ImmutableCustomConnectorConfiguration.Builder.build()
Builds a new
ImmutableCustomConnectorConfiguration. |
static ImmutableCustomConnectorConfiguration |
ImmutableCustomConnectorConfiguration.copyOf(CustomConnectorConfiguration instance)
Creates an immutable copy of a
CustomConnectorConfiguration value. |
ImmutableCustomConnectorConfiguration |
ImmutableCustomConnectorConfiguration.withLambdaArn(String value)
Copy the current immutable object by setting a value for the
lambdaArn attribute. |
ImmutableCustomConnectorConfiguration |
ImmutableCustomConnectorConfiguration.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCustomConnectorConfiguration |
ImmutableCustomConnectorConfiguration.withValidationFileName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
validationFileName attribute. |
ImmutableCustomConnectorConfiguration |
ImmutableCustomConnectorConfiguration.withValidationFileName(String value)
Copy the current immutable object by setting a present value for the optional
validationFileName attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.