| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.settings |
| Modifier and Type | Method and Description |
|---|---|
ConnectorRuntimeSettingDataType |
ImmutableConnectorRuntimeSetting.dataType()
Data type for the connector runtime setting.
|
ConnectorRuntimeSettingDataType |
ConnectorRuntimeSetting.dataType()
Data type for the connector runtime setting.
|
static ConnectorRuntimeSettingDataType |
ConnectorRuntimeSettingDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorRuntimeSettingDataType[] |
ConnectorRuntimeSettingDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableConnectorRuntimeSetting.Builder |
ImmutableConnectorRuntimeSetting.Builder.dataType(ConnectorRuntimeSettingDataType dataType)
Initializes the value for the
dataType attribute. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withDataType(ConnectorRuntimeSettingDataType value)
Copy the current immutable object by setting a value for the
dataType attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.