| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.action(String action)
The name of the action that the specified step performs.
|
static GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.builder() |
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.description(String description)
Describes the specified workflow step.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.endTime(String endTime)
The timestamp when the specified runtime instance of the workflow step finished.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.imageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the
workflow step creates.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.inputs(String inputs)
Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.message(String message)
The output message from the specified runtime instance of the workflow step, if applicable.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.name(String name)
The name of the specified runtime instance of the workflow step.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.onFailure(String onFailure)
The action to perform if the workflow step fails.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.outputs(String outputs)
The file names that the specified runtime version of the workflow step created as output.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.rollbackStatus(String rollbackStatus)
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.rollbackStatus(WorkflowStepExecutionRollbackStatus rollbackStatus)
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.startTime(String startTime)
The timestamp when the specified runtime version of the workflow step started.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.status(String status)
The current status for the specified runtime version of the workflow step.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.status(WorkflowStepExecutionStatus status)
The current status for the specified runtime version of the workflow step.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.stepExecutionId(String stepExecutionId)
The unique identifier for the runtime version of the workflow step that you specified in the request.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.timeoutSeconds(Integer timeoutSeconds)
The maximum duration in seconds for this step to complete its action.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.toBuilder() |
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.Builder.workflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this
workflow step.
|
GetWorkflowStepExecutionResponse.Builder |
GetWorkflowStepExecutionResponse.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 GetWorkflowStepExecutionResponse.Builder> |
GetWorkflowStepExecutionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.