Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowTypeConfiguration
Packages that use WorkflowTypeConfiguration
-
Uses of WorkflowTypeConfiguration in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowTypeConfigurationModifier and TypeMethodDescriptionWorkflowTypeConfiguration.clone()WorkflowTypeDetail.getConfiguration()Configuration settings of the workflow type registered through RegisterWorkflowTypeWorkflowTypeConfiguration.withDefaultChildPolicy(ChildPolicy defaultChildPolicy) Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.WorkflowTypeConfiguration.withDefaultChildPolicy(String defaultChildPolicy) Optional. The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.WorkflowTypeConfiguration.withDefaultExecutionStartToCloseTimeout(String defaultExecutionStartToCloseTimeout) Optional. The default maximum duration, specified when registering the workflow type, for executions of this workflow type.WorkflowTypeConfiguration.withDefaultLambdaRole(String defaultLambdaRole) The default IAM role to use when a workflow execution invokes a AWS Lambda function.WorkflowTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList) Optional. The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow executions of this type.WorkflowTypeConfiguration.withDefaultTaskPriority(String defaultTaskPriority) Optional. The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type.WorkflowTypeConfiguration.withDefaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout) Optional. The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion or failure.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowTypeConfigurationModifier and TypeMethodDescriptionvoidWorkflowTypeDetail.setConfiguration(WorkflowTypeConfiguration configuration) Configuration settings of the workflow type registered through RegisterWorkflowTypeWorkflowTypeDetail.withConfiguration(WorkflowTypeConfiguration configuration) Configuration settings of the workflow type registered through RegisterWorkflowType