static ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.builder() |
|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.imageBuildVersionArn(String imageBuildVersionArn) |
The resource ARN of the image build version for which you requested a list of workflow runtime details.
|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.message(String message) |
The output message from the list action, if applicable.
|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.nextToken(String nextToken) |
The next token used for paginated responses.
|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.requestId(String requestIdValue) |
The request ID that uniquely identifies this request.
|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.toBuilder() |
|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.workflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions) |
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.workflowExecutions(Consumer<WorkflowExecutionMetadata.Builder>... workflowExecutions) |
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
ListWorkflowExecutionsResponse.Builder |
ListWorkflowExecutionsResponse.Builder.workflowExecutions(WorkflowExecutionMetadata... workflowExecutions) |
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|