@Value.Immutable
public interface ConnectorContext
| Modifier and Type | Method and Description |
|---|---|
String |
apiVersion()
API version to use.
|
String |
connectorProfileLabel()
Connector profile name to use for logging.
|
Map<String,String> |
connectorRuntimeSettings()
Connector settings required for API call.
|
Credentials |
credentials()
Credentials which will be used to make API call.
|
EntityDefinition |
entityDefinition()
Entity definition in compressed form.
|
String |
executionId()
Execution Id to use for logging.
|
String |
flowName()
Flow name to use for logging.
|
@Nullable Map<String,String> connectorRuntimeSettings()
@Nullable Credentials credentials()
String apiVersion()
@Nullable String connectorProfileLabel()
@Nullable EntityDefinition entityDefinition()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.