| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowExecutionResult |
AWSimagebuilderClient.getWorkflowExecution(GetWorkflowExecutionRequest request)
Get the runtime information that was logged for a specific runtime instance of the workflow.
|
GetWorkflowExecutionResult |
AbstractAWSimagebuilder.getWorkflowExecution(GetWorkflowExecutionRequest request) |
GetWorkflowExecutionResult |
AWSimagebuilder.getWorkflowExecution(GetWorkflowExecutionRequest getWorkflowExecutionRequest)
Get the runtime information that was logged for a specific runtime instance of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowExecutionResult> |
AWSimagebuilderAsyncClient.getWorkflowExecutionAsync(GetWorkflowExecutionRequest request,
AsyncHandler<GetWorkflowExecutionRequest,GetWorkflowExecutionResult> asyncHandler) |
Future<GetWorkflowExecutionResult> |
AbstractAWSimagebuilderAsync.getWorkflowExecutionAsync(GetWorkflowExecutionRequest request,
AsyncHandler<GetWorkflowExecutionRequest,GetWorkflowExecutionResult> asyncHandler) |
Future<GetWorkflowExecutionResult> |
AWSimagebuilderAsync.getWorkflowExecutionAsync(GetWorkflowExecutionRequest getWorkflowExecutionRequest,
AsyncHandler<GetWorkflowExecutionRequest,GetWorkflowExecutionResult> asyncHandler)
Get the runtime information that was logged for a specific runtime instance of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.clone() |
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withEndTime(String endTime)
The timestamp when the specified runtime instance of the workflow finished.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the
workflow created.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withMessage(String message)
The output message from the specified runtime instance of the workflow, if applicable.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withParallelGroup(String parallelGroup)
Test workflows are defined within named runtime groups.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withStartTime(String startTime)
The timestamp when the specified runtime instance of the workflow started.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withStatus(String status)
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withStatus(WorkflowExecutionStatus status)
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withTotalStepCount(Integer totalStepCount)
The total number of steps in the specified runtime instance of the workflow that ran.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withTotalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withTotalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withTotalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withType(String type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withType(WorkflowType type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withWorkflowBuildVersionArn(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.
|
GetWorkflowExecutionResult |
GetWorkflowExecutionResult.withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
Copyright © 2024. All rights reserved.