Interface ListWorkflowExecutionsResponse.Builder

  • Method Details

    • requestId

      The request ID that uniquely identifies this request.

      Parameters:
      requestIdValue - The request ID that uniquely identifies this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowExecutions

      Contains an array of runtime details that represents each time a workflow ran for the requested image build version.

      Parameters:
      workflowExecutions - Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowExecutions

      ListWorkflowExecutionsResponse.Builder workflowExecutions(WorkflowExecutionMetadata... workflowExecutions)

      Contains an array of runtime details that represents each time a workflow ran for the requested image build version.

      Parameters:
      workflowExecutions - Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowExecutions

      Contains an array of runtime details that represents each time a workflow ran for the requested image build version.

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

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

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

      ListWorkflowExecutionsResponse.Builder imageBuildVersionArn(String imageBuildVersionArn)

      The resource ARN of the image build version for which you requested a list of workflow runtime details.

      Parameters:
      imageBuildVersionArn - The resource ARN of the image build version for which you requested a list of workflow runtime details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      The output message from the list action, if applicable.

      Parameters:
      message - The output message from the list action, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.