Interface ListWorkflowBuildVersionsResponse.Builder

  • Method Details

    • workflowSummaryList

      ListWorkflowBuildVersionsResponse.Builder workflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)

      A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.

      Parameters:
      workflowSummaryList - A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowSummaryList

      ListWorkflowBuildVersionsResponse.Builder workflowSummaryList(WorkflowSummary... workflowSummaryList)

      A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.

      Parameters:
      workflowSummaryList - A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowSummaryList

      ListWorkflowBuildVersionsResponse.Builder workflowSummaryList(Consumer<WorkflowSummary.Builder>... workflowSummaryList)

      A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to workflowSummaryList(List<WorkflowSummary>).

      Parameters:
      workflowSummaryList - a consumer that will call methods on WorkflowSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.