| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConnectorContext |
ImmutableConnectorContext.Builder.build()
Builds a new
ImmutableConnectorContext. |
static ImmutableConnectorContext |
ImmutableConnectorContext.copyOf(ConnectorContext instance)
Creates an immutable copy of a
ConnectorContext value. |
ImmutableConnectorContext |
ImmutableConnectorContext.withApiVersion(String value)
Copy the current immutable object by setting a value for the
apiVersion attribute. |
ImmutableConnectorContext |
ImmutableConnectorContext.withConnectorProfileLabel(String value)
Copy the current immutable object by setting a value for the
connectorProfileLabel attribute. |
ImmutableConnectorContext |
ImmutableConnectorContext.withConnectorRuntimeSettings(Map<String,? extends String> entries)
Copy the current immutable object by replacing the
connectorRuntimeSettings map with the specified map. |
ImmutableConnectorContext |
ImmutableConnectorContext.withCredentials(Credentials value)
Copy the current immutable object by setting a value for the
credentials attribute. |
ImmutableConnectorContext |
ImmutableConnectorContext.withEntityDefinition(EntityDefinition value)
Copy the current immutable object by setting a value for the
entityDefinition attribute. |
ImmutableConnectorContext |
ImmutableConnectorContext.withExecutionId(String value)
Copy the current immutable object by setting a value for the
executionId attribute. |
ImmutableConnectorContext |
ImmutableConnectorContext.withFlowName(String value)
Copy the current immutable object by setting a value for the
flowName attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.