public static interface GetWorkflowExecutionResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<GetWorkflowExecutionResponse.Builder,GetWorkflowExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowExecutionResponse.Builder |
endTime(String endTime)
The timestamp when the specified runtime instance of the workflow finished.
|
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 |
message(String message)
The output message from the specified runtime instance of the workflow, if applicable.
|
GetWorkflowExecutionResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
GetWorkflowExecutionResponse.Builder |
startTime(String startTime)
The timestamp when the specified runtime instance of the workflow started.
|
GetWorkflowExecutionResponse.Builder |
status(String status)
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
status(WorkflowExecutionStatus status)
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
totalStepCount(Integer totalStepCount)
The total number of steps in the specified runtime instance of the workflow that ran.
|
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 |
totalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
|
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 |
type(String type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
type(WorkflowType type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
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 |
workflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWorkflowExecutionResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.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.
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 workflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
workflowExecutionId - The unique identifier that Image Builder assigned to keep track of runtime details when it ran the
workflow.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.
imageBuildVersionArn - The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance
of the workflow created.GetWorkflowExecutionResponse.Builder type(String type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
type - The type of workflow that Image Builder ran for the specified runtime instance of the workflow.WorkflowType,
WorkflowTypeGetWorkflowExecutionResponse.Builder type(WorkflowType type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
type - The type of workflow that Image Builder ran for the specified runtime instance of the workflow.WorkflowType,
WorkflowTypeGetWorkflowExecutionResponse.Builder status(String status)
The current runtime status for the specified runtime instance of the workflow.
status - The current runtime status for the specified runtime instance of the workflow.WorkflowExecutionStatus,
WorkflowExecutionStatusGetWorkflowExecutionResponse.Builder status(WorkflowExecutionStatus status)
The current runtime status for the specified runtime instance of the workflow.
status - The current runtime status for the specified runtime instance of the workflow.WorkflowExecutionStatus,
WorkflowExecutionStatusGetWorkflowExecutionResponse.Builder message(String message)
The output message from the specified runtime instance of the workflow, if applicable.
message - The output message from the specified runtime instance of the workflow, if applicable.GetWorkflowExecutionResponse.Builder totalStepCount(Integer totalStepCount)
The total number of steps in the specified runtime instance of the workflow that ran. This number should equal the sum of the step counts for steps that succeeded, were skipped, and failed.
totalStepCount - The total number of steps in the specified runtime instance of the workflow that ran. This number
should equal the sum of the step counts for steps that succeeded, were skipped, and failed.GetWorkflowExecutionResponse.Builder totalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
totalStepsSucceeded - A runtime count for the number of steps that ran successfully in the specified runtime instance of the
workflow.GetWorkflowExecutionResponse.Builder totalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
totalStepsFailed - A runtime count for the number of steps that failed in the specified runtime instance of the workflow.GetWorkflowExecutionResponse.Builder totalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
totalStepsSkipped - A runtime count for the number of steps that were skipped in the specified runtime instance of the
workflow.GetWorkflowExecutionResponse.Builder startTime(String startTime)
The timestamp when the specified runtime instance of the workflow started.
startTime - The timestamp when the specified runtime instance of the workflow started.GetWorkflowExecutionResponse.Builder endTime(String endTime)
The timestamp when the specified runtime instance of the workflow finished.
endTime - The timestamp when the specified runtime instance of the workflow finished.Copyright © 2023. All rights reserved.