| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorProfile |
ConnectorProfile.clone() |
ConnectorProfile |
ConnectorProfile.withConnectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
|
ConnectorProfile |
ConnectorProfile.withConnectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
|
ConnectorProfile |
ConnectorProfile.withConnectorProfileArn(String connectorProfileArn)
The Amazon Resource Name (ARN) of the connector profile.
|
ConnectorProfile |
ConnectorProfile.withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
ConnectorProfile |
ConnectorProfile.withConnectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)
The connector-specific properties of the profile configuration.
|
ConnectorProfile |
ConnectorProfile.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile |
ConnectorProfile.withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile |
ConnectorProfile.withCreatedAt(Date createdAt)
Specifies when the connector profile was created.
|
ConnectorProfile |
ConnectorProfile.withCredentialsArn(String credentialsArn)
The Amazon Resource Name (ARN) of the connector profile credentials.
|
ConnectorProfile |
ConnectorProfile.withLastUpdatedAt(Date lastUpdatedAt)
Specifies when the connector profile was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorProfile> |
DescribeConnectorProfilesResult.getConnectorProfileDetails()
Returns information about the connector profiles associated with the flow.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorProfilesResult |
DescribeConnectorProfilesResult.withConnectorProfileDetails(ConnectorProfile... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConnectorProfilesResult.setConnectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResult |
DescribeConnectorProfilesResult.withConnectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
Copyright © 2021. All rights reserved.