| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.builder() |
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.imageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.message(String message)
The output message from the list action, if applicable.
|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.nextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.steps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.steps(Consumer<WorkflowStepMetadata.Builder>... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.steps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.toBuilder() |
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.Builder.workflowBuildVersionArn(String workflowBuildVersionArn)
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime
instance of the workflow.
|
ListWorkflowStepExecutionsResponse.Builder |
ListWorkflowStepExecutionsResponse.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 ListWorkflowStepExecutionsResponse.Builder> |
ListWorkflowStepExecutionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.