public static interface AppflowIntegrationWorkflowAttributes.Builder extends SdkPojo, CopyableBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>
| Modifier and Type | Method and Description |
|---|---|
AppflowIntegrationWorkflowAttributes.Builder |
connectorProfileName(String connectorProfileName)
The name of the AppFlow connector profile used for ingestion.
|
AppflowIntegrationWorkflowAttributes.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
AppflowIntegrationWorkflowAttributes.Builder |
sourceConnectorType(SourceConnectorType sourceConnectorType)
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.
|
AppflowIntegrationWorkflowAttributes.Builder |
sourceConnectorType(String sourceConnectorType)
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppflowIntegrationWorkflowAttributes.Builder sourceConnectorType(String sourceConnectorType)
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.
sourceConnectorType - Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of
ingestion.SourceConnectorType,
SourceConnectorTypeAppflowIntegrationWorkflowAttributes.Builder sourceConnectorType(SourceConnectorType sourceConnectorType)
Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.
sourceConnectorType - Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of
ingestion.SourceConnectorType,
SourceConnectorTypeAppflowIntegrationWorkflowAttributes.Builder connectorProfileName(String connectorProfileName)
The name of the AppFlow connector profile used for ingestion.
connectorProfileName - The name of the AppFlow connector profile used for ingestion.AppflowIntegrationWorkflowAttributes.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.
roleArn - The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create
resources on your behalf as part of workflow execution.Copyright © 2023. All rights reserved.