Interface AppflowIntegrationWorkflowAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>, SdkBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>, SdkPojo
Enclosing class:
AppflowIntegrationWorkflowAttributes

public static interface AppflowIntegrationWorkflowAttributes.Builder extends SdkPojo, CopyableBuilder<AppflowIntegrationWorkflowAttributes.Builder,AppflowIntegrationWorkflowAttributes>
  • Method Details

    • sourceConnectorType

      AppflowIntegrationWorkflowAttributes.Builder sourceConnectorType(String sourceConnectorType)

      Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.

      Parameters:
      sourceConnectorType - Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceConnectorType

      AppflowIntegrationWorkflowAttributes.Builder sourceConnectorType(SourceConnectorType sourceConnectorType)

      Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.

      Parameters:
      sourceConnectorType - Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo. Indicates source of ingestion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectorProfileName

      AppflowIntegrationWorkflowAttributes.Builder connectorProfileName(String connectorProfileName)

      The name of the AppFlow connector profile used for ingestion.

      Parameters:
      connectorProfileName - The name of the AppFlow connector profile used for ingestion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.