| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.clone() |
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.withConnectorSuppliedValueOptions(Collection<String> connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
|
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.withConnectorSuppliedValueOptions(String... connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
|
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.withDataType(String dataType)
Data type of the connector runtime setting.
|
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.withDescription(String description)
A description about the connector runtime setting.
|
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.withIsRequired(Boolean isRequired)
Indicates whether this connector runtime setting is required.
|
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.withKey(String key)
Contains value information about the connector runtime setting.
|
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.withLabel(String label)
A label used for connector runtime setting.
|
ConnectorRuntimeSetting |
ConnectorRuntimeSetting.withScope(String scope)
Indicates the scope of the connector runtime setting.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorRuntimeSetting> |
ConnectorConfiguration.getConnectorRuntimeSettings()
The required connector runtime settings.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration |
ConnectorConfiguration.withConnectorRuntimeSettings(ConnectorRuntimeSetting... connectorRuntimeSettings)
The required connector runtime settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorConfiguration.setConnectorRuntimeSettings(Collection<ConnectorRuntimeSetting> connectorRuntimeSettings)
The required connector runtime settings.
|
ConnectorConfiguration |
ConnectorConfiguration.withConnectorRuntimeSettings(Collection<ConnectorRuntimeSetting> connectorRuntimeSettings)
The required connector runtime settings.
|
Copyright © 2023. All rights reserved.