| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.apiVersion(String apiVersion)
Initializes the value for the
apiVersion attribute. |
static ImmutableConnectorContext.Builder |
ImmutableConnectorContext.builder()
Creates a builder for
ImmutableConnectorContext. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.connectorProfileLabel(String connectorProfileLabel)
Initializes the value for the
connectorProfileLabel attribute. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.connectorRuntimeSettings(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
connectorRuntimeSettings map. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.credentials(Credentials credentials)
Initializes the value for the
credentials attribute. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.entityDefinition(EntityDefinition entityDefinition)
Initializes the value for the
entityDefinition attribute. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.executionId(String executionId)
Initializes the value for the
executionId attribute. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.flowName(String flowName)
Initializes the value for the
flowName attribute. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.from(ConnectorContext instance)
Fill a builder with attribute values from the provided
ConnectorContext instance. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.putAllConnectorRuntimeSettings(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
connectorRuntimeSettings map. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.putConnectorRuntimeSettings(Map.Entry<String,? extends String> entry)
Put one entry to the
connectorRuntimeSettings map. |
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.putConnectorRuntimeSettings(String key,
String value)
Put one entry to the
connectorRuntimeSettings map. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.