| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.settings |
| Modifier and Type | Method and Description |
|---|---|
ConnectorRuntimeSettingScope |
ImmutableConnectorRuntimeSetting.scope()
Scope of the runtime setting needed for CONNECTOR_PROFILE, SOURCE, DESTINATION etc.
|
ConnectorRuntimeSettingScope |
ImmutableValidateConnectorRuntimeSettingsRequest.scope()
Scope of the connector runtime settings needs to validated.
|
ConnectorRuntimeSettingScope |
ConnectorRuntimeSetting.scope()
Scope of the runtime setting needed for CONNECTOR_PROFILE, SOURCE, DESTINATION etc.
|
ConnectorRuntimeSettingScope |
ValidateConnectorRuntimeSettingsRequest.scope()
Scope of the connector runtime settings needs to validated.
|
static ConnectorRuntimeSettingScope |
ConnectorRuntimeSettingScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorRuntimeSettingScope[] |
ConnectorRuntimeSettingScope.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.scope(ConnectorRuntimeSettingScope scope)
Initializes the value for the
scope attribute. |
ImmutableValidateConnectorRuntimeSettingsRequest.Builder |
ImmutableValidateConnectorRuntimeSettingsRequest.Builder.scope(ConnectorRuntimeSettingScope scope)
Initializes the value for the
scope attribute. |
ImmutableConnectorRuntimeSetting |
ImmutableConnectorRuntimeSetting.withScope(ConnectorRuntimeSettingScope value)
Copy the current immutable object by setting a value for the
scope attribute. |
ImmutableValidateConnectorRuntimeSettingsRequest |
ImmutableValidateConnectorRuntimeSettingsRequest.withScope(ConnectorRuntimeSettingScope value)
Copy the current immutable object by setting a value for the
scope attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.