Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.AppflowIntegrationWorkflowAttributes.Builder
-
Packages that use AppflowIntegrationWorkflowAttributes.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AppflowIntegrationWorkflowAttributes.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return AppflowIntegrationWorkflowAttributes.Builder Modifier and Type Method Description static AppflowIntegrationWorkflowAttributes.BuilderAppflowIntegrationWorkflowAttributes. builder()AppflowIntegrationWorkflowAttributes.BuilderAppflowIntegrationWorkflowAttributes.Builder. connectorProfileName(String connectorProfileName)The name of the AppFlow connector profile used for ingestion.AppflowIntegrationWorkflowAttributes.BuilderAppflowIntegrationWorkflowAttributes.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role.AppflowIntegrationWorkflowAttributes.BuilderAppflowIntegrationWorkflowAttributes.Builder. sourceConnectorType(String sourceConnectorType)Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.AppflowIntegrationWorkflowAttributes.BuilderAppflowIntegrationWorkflowAttributes.Builder. sourceConnectorType(SourceConnectorType sourceConnectorType)Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.AppflowIntegrationWorkflowAttributes.BuilderAppflowIntegrationWorkflowAttributes. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type AppflowIntegrationWorkflowAttributes.Builder Modifier and Type Method Description static Class<? extends AppflowIntegrationWorkflowAttributes.Builder>AppflowIntegrationWorkflowAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type AppflowIntegrationWorkflowAttributes.Builder Modifier and Type Method Description default WorkflowAttributes.BuilderWorkflowAttributes.Builder. appflowIntegration(Consumer<AppflowIntegrationWorkflowAttributes.Builder> appflowIntegration)Workflow attributes specific toAPPFLOW_INTEGRATIONworkflow.
-