| 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 |
|---|---|
GetWorkflowStepExecutionResult |
AbstractAWSimagebuilder.getWorkflowStepExecution(GetWorkflowStepExecutionRequest request) |
GetWorkflowStepExecutionResult |
AWSimagebuilderClient.getWorkflowStepExecution(GetWorkflowStepExecutionRequest request)
Get the runtime information that was logged for a specific runtime instance of the workflow step.
|
GetWorkflowStepExecutionResult |
AWSimagebuilder.getWorkflowStepExecution(GetWorkflowStepExecutionRequest getWorkflowStepExecutionRequest)
Get the runtime information that was logged for a specific runtime instance of the workflow step.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowStepExecutionResult> |
AWSimagebuilderAsyncClient.getWorkflowStepExecutionAsync(GetWorkflowStepExecutionRequest request,
AsyncHandler<GetWorkflowStepExecutionRequest,GetWorkflowStepExecutionResult> asyncHandler) |
Future<GetWorkflowStepExecutionResult> |
AbstractAWSimagebuilderAsync.getWorkflowStepExecutionAsync(GetWorkflowStepExecutionRequest request,
AsyncHandler<GetWorkflowStepExecutionRequest,GetWorkflowStepExecutionResult> asyncHandler) |
Future<GetWorkflowStepExecutionResult> |
AWSimagebuilderAsync.getWorkflowStepExecutionAsync(GetWorkflowStepExecutionRequest getWorkflowStepExecutionRequest,
AsyncHandler<GetWorkflowStepExecutionRequest,GetWorkflowStepExecutionResult> asyncHandler)
Get the runtime information that was logged for a specific runtime instance of the workflow step.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.clone() |
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withAction(String action)
The name of the action that the specified step performs.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withDescription(String description)
Describes the specified workflow step.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withEndTime(String endTime)
The timestamp when the specified runtime instance of the workflow step finished.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the
workflow step creates.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withInputs(String inputs)
Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withMessage(String message)
The output message from the specified runtime instance of the workflow step, if applicable.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withName(String name)
The name of the specified runtime instance of the workflow step.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withOnFailure(String onFailure)
The action to perform if the workflow step fails.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withOutputs(String outputs)
The file names that the specified runtime version of the workflow step created as output.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withRollbackStatus(String rollbackStatus)
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withRollbackStatus(WorkflowStepExecutionRollbackStatus rollbackStatus)
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withStartTime(String startTime)
The timestamp when the specified runtime version of the workflow step started.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withStatus(String status)
The current status for the specified runtime version of the workflow step.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withStatus(WorkflowStepExecutionStatus status)
The current status for the specified runtime version of the workflow step.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withStepExecutionId(String stepExecutionId)
The unique identifier for the runtime version of the workflow step that you specified in the request.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withTimeoutSeconds(Integer timeoutSeconds)
The maximum duration in seconds for this step to complete its action.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this
workflow step.
|
GetWorkflowStepExecutionResult |
GetWorkflowStepExecutionResult.withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
Copyright © 2023. All rights reserved.