Interface DescribeStepResponse.Builder

  • Method Details

    • step

      The step details for the requested step identifier.

      Parameters:
      step - The step details for the requested step identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • step

      The step details for the requested step identifier.

      This is a convenience method that creates an instance of the Step.Builder avoiding the need to create one manually via Step.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to step(Step).

      Parameters:
      step - a consumer that will call methods on Step.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: