Interface AddJobFlowStepsResponse.Builder

    • Method Detail

      • stepIds

        AddJobFlowStepsResponse.Builder stepIds​(Collection<String> stepIds)

        The identifiers of the list of steps added to the job flow.

        Parameters:
        stepIds - The identifiers of the list of steps added to the job flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepIds

        AddJobFlowStepsResponse.Builder stepIds​(String... stepIds)

        The identifiers of the list of steps added to the job flow.

        Parameters:
        stepIds - The identifiers of the list of steps added to the job flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.