Interface ListWorkflowStepExecutionsResponse.Builder

    • Method Detail

      • requestId

        ListWorkflowStepExecutionsResponse.Builder requestId​(String requestIdValue)

        The request ID that uniquely identifies this request.

        Parameters:
        requestIdValue - The request ID that uniquely identifies this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • steps

        ListWorkflowStepExecutionsResponse.Builder steps​(Collection<WorkflowStepMetadata> steps)

        Contains an array of runtime details that represents each step in this runtime instance of the workflow.

        Parameters:
        steps - Contains an array of runtime details that represents each step in this runtime instance of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • steps

        ListWorkflowStepExecutionsResponse.Builder steps​(WorkflowStepMetadata... steps)

        Contains an array of runtime details that represents each step in this runtime instance of the workflow.

        Parameters:
        steps - Contains an array of runtime details that represents each step in this runtime instance of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowBuildVersionArn

        ListWorkflowStepExecutionsResponse.Builder workflowBuildVersionArn​(String workflowBuildVersionArn)

        The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.

        Parameters:
        workflowBuildVersionArn - The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowExecutionId

        ListWorkflowStepExecutionsResponse.Builder workflowExecutionId​(String workflowExecutionId)

        The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

        Parameters:
        workflowExecutionId - The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageBuildVersionArn

        ListWorkflowStepExecutionsResponse.Builder imageBuildVersionArn​(String imageBuildVersionArn)

        The image build version resource ARN that's associated with the specified runtime instance of the workflow.

        Parameters:
        imageBuildVersionArn - The image build version resource ARN that's associated with the specified runtime instance of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        ListWorkflowStepExecutionsResponse.Builder message​(String message)

        The output message from the list action, if applicable.

        Parameters:
        message - The output message from the list action, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkflowStepExecutionsResponse.Builder nextToken​(String nextToken)

        The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

        Parameters:
        nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.