Interface AppflowIntegrationWorkflowAttributes.Builder

    • Method Detail

      • 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, SourceConnectorType
      • 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:
        SourceConnectorType, SourceConnectorType
      • 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

        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.

        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.