public static interface ListWorkflowStepExecutionsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepExecutionsResponse.Builder,ListWorkflowStepExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepExecutionsResponse.Builder |
imageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
|
ListWorkflowStepExecutionsResponse.Builder |
message(String message)
The output message from the list action, if applicable.
|
ListWorkflowStepExecutionsResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowStepExecutionsResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
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 |
steps(Consumer<WorkflowStepMetadata.Builder>... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResponse.Builder |
steps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
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 |
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, buildListWorkflowStepExecutionsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListWorkflowStepExecutionsResponse.Builder steps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
steps - Contains an array of runtime details that represents each step in this runtime instance of the
workflow.ListWorkflowStepExecutionsResponse.Builder steps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
steps - Contains an array of runtime details that represents each step in this runtime instance of the
workflow.ListWorkflowStepExecutionsResponse.Builder steps(Consumer<WorkflowStepMetadata.Builder>... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
This is a convenience method that creates an instance of theWorkflowStepMetadata.Builder avoiding the need to
create one manually via
WorkflowStepMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #steps(List.
steps - a consumer that will call methods on
WorkflowStepMetadata.Builder#steps(java.util.Collection) 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.
workflowBuildVersionArn - The build version ARN for the Image Builder workflow resource that defines the steps for this runtime
instance of the workflow.ListWorkflowStepExecutionsResponse.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.ListWorkflowStepExecutionsResponse.Builder imageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
imageBuildVersionArn - The image build version resource ARN that's associated with the specified runtime instance of the
workflow.ListWorkflowStepExecutionsResponse.Builder message(String message)
The output message from the list action, if applicable.
message - The output message from the list action, if applicable.ListWorkflowStepExecutionsResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.
nextToken - The next token used for paginated responses. When this field isn't empty, there are additional
elements that the service has'ot included in this request. Use this token with the next request to
retrieve additional objects.Copyright © 2023. All rights reserved.