| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration |
ConnectorConfiguration.clone() |
ConnectorConfiguration |
ConnectorConfiguration.withCanUseAsDestination(Boolean canUseAsDestination)
Specifies whether the connector can be used as a destination.
|
ConnectorConfiguration |
ConnectorConfiguration.withCanUseAsSource(Boolean canUseAsSource)
Specifies whether the connector can be used as a source.
|
ConnectorConfiguration |
ConnectorConfiguration.withConnectorMetadata(ConnectorMetadata connectorMetadata)
Specifies connector-specific metadata such as
oAuthScopes, supportedRegions,
privateLinkServiceUrl, and so on. |
ConnectorConfiguration |
ConnectorConfiguration.withIsPrivateLinkEnabled(Boolean isPrivateLinkEnabled)
Specifies if PrivateLink is enabled for that connector.
|
ConnectorConfiguration |
ConnectorConfiguration.withIsPrivateLinkEndpointUrlRequired(Boolean isPrivateLinkEndpointUrlRequired)
Specifies if a PrivateLink endpoint URL is required.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedDestinationConnectors(Collection<String> supportedDestinationConnectors)
Lists the connectors that are available for use as destinations.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedDestinationConnectors(ConnectorType... supportedDestinationConnectors)
Lists the connectors that are available for use as destinations.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedDestinationConnectors(String... supportedDestinationConnectors)
Lists the connectors that are available for use as destinations.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedSchedulingFrequencies(Collection<String> supportedSchedulingFrequencies)
Specifies the supported flow frequency for that connector.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedSchedulingFrequencies(ScheduleFrequencyType... supportedSchedulingFrequencies)
Specifies the supported flow frequency for that connector.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedSchedulingFrequencies(String... supportedSchedulingFrequencies)
Specifies the supported flow frequency for that connector.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedTriggerTypes(Collection<String> supportedTriggerTypes)
Specifies the supported trigger types for the flow.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedTriggerTypes(String... supportedTriggerTypes)
Specifies the supported trigger types for the flow.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedTriggerTypes(TriggerType... supportedTriggerTypes)
Specifies the supported trigger types for the flow.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConnectorConfiguration> |
DescribeConnectorsResult.getConnectorConfigurations()
The configuration that is applied to the connectors used in the flow.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorsResult |
DescribeConnectorsResult.addConnectorConfigurationsEntry(String key,
ConnectorConfiguration value)
Add a single ConnectorConfigurations entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConnectorsResult.setConnectorConfigurations(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
|
DescribeConnectorsResult |
DescribeConnectorsResult.withConnectorConfigurations(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
|
Copyright © 2021. All rights reserved.