Interface DescribeAutomationStepExecutionsResponse.Builder

    • Method Detail

      • stepExecutions

        DescribeAutomationStepExecutionsResponse.Builder stepExecutions​(Collection<StepExecution> stepExecutions)

        A list of details about the current state of all steps that make up an execution.

        Parameters:
        stepExecutions - A list of details about the current state of all steps that make up an execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepExecutions

        DescribeAutomationStepExecutionsResponse.Builder stepExecutions​(StepExecution... stepExecutions)

        A list of details about the current state of all steps that make up an execution.

        Parameters:
        stepExecutions - A list of details about the current state of all steps that make up an execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAutomationStepExecutionsResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.