Interface WorkflowConfiguration.Builder

    • Method Detail

      • workflowArn

        WorkflowConfiguration.Builder workflowArn​(String workflowArn)

        The Amazon Resource Name (ARN) of the workflow resource.

        Parameters:
        workflowArn - The Amazon Resource Name (ARN) of the workflow resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        WorkflowConfiguration.Builder parameters​(Collection<WorkflowParameter> parameters)

        Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.

        Parameters:
        parameters - Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        WorkflowConfiguration.Builder parameters​(WorkflowParameter... parameters)

        Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.

        Parameters:
        parameters - Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parallelGroup

        WorkflowConfiguration.Builder parallelGroup​(String parallelGroup)

        Test workflows are defined within named runtime groups called parallel groups. The parallel group is the named group that contains this test workflow. Test workflows within a parallel group can run at the same time. Image Builder starts up to five test workflows in the group at the same time, and starts additional workflows as others complete, until all workflows in the group have completed. This field only applies for test workflows.

        Parameters:
        parallelGroup - Test workflows are defined within named runtime groups called parallel groups. The parallel group is the named group that contains this test workflow. Test workflows within a parallel group can run at the same time. Image Builder starts up to five test workflows in the group at the same time, and starts additional workflows as others complete, until all workflows in the group have completed. This field only applies for test workflows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.