Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.WorkflowAttributes.Builder
-
Packages that use WorkflowAttributes.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of WorkflowAttributes.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return WorkflowAttributes.Builder Modifier and Type Method Description default WorkflowAttributes.BuilderWorkflowAttributes.Builder. appflowIntegration(Consumer<AppflowIntegrationWorkflowAttributes.Builder> appflowIntegration)Workflow attributes specific toAPPFLOW_INTEGRATIONworkflow.WorkflowAttributes.BuilderWorkflowAttributes.Builder. appflowIntegration(AppflowIntegrationWorkflowAttributes appflowIntegration)Workflow attributes specific toAPPFLOW_INTEGRATIONworkflow.static WorkflowAttributes.BuilderWorkflowAttributes. builder()WorkflowAttributes.BuilderWorkflowAttributes. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type WorkflowAttributes.Builder Modifier and Type Method Description static Class<? extends WorkflowAttributes.Builder>WorkflowAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type WorkflowAttributes.Builder Modifier and Type Method Description default GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. attributes(Consumer<WorkflowAttributes.Builder> attributes)Attributes provided for workflow execution.
-