| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.builder() |
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.endTime(String endTime)
The timestamp when the specified runtime instance of the workflow finished.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.imageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the
workflow created.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.message(String message)
The output message from the specified runtime instance of the workflow, if applicable.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.startTime(String startTime)
The timestamp when the specified runtime instance of the workflow started.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.status(String status)
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.status(WorkflowExecutionStatus status)
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.toBuilder() |
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.totalStepCount(Integer totalStepCount)
The total number of steps in the specified runtime instance of the workflow that ran.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.totalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.totalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.totalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps that ran successfully in the specified runtime instance of the
workflow.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.type(String type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.type(WorkflowType type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.workflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the
specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
GetWorkflowExecutionResponse.Builder.workflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWorkflowExecutionResponse.Builder> |
GetWorkflowExecutionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.