Interface ListTemplateStepsResponse.Builder

    • Method Detail

      • nextToken

        ListTemplateStepsResponse.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateStepSummaryList

        ListTemplateStepsResponse.Builder templateStepSummaryList​(Collection<TemplateStepSummary> templateStepSummaryList)

        The list of summaries of steps in a template.

        Parameters:
        templateStepSummaryList - The list of summaries of steps in a template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateStepSummaryList

        ListTemplateStepsResponse.Builder templateStepSummaryList​(TemplateStepSummary... templateStepSummaryList)

        The list of summaries of steps in a template.

        Parameters:
        templateStepSummaryList - The list of summaries of steps in a template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.