public static interface ListWorkflowExecutionsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListWorkflowExecutionsResponse.Builder,ListWorkflowExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowExecutionsResponse.Builder |
imageBuildVersionArn(String imageBuildVersionArn)
The resource ARN of the image build version for which you requested a list of workflow runtime details.
|
ListWorkflowExecutionsResponse.Builder |
message(String message)
The output message from the list action, if applicable.
|
ListWorkflowExecutionsResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowExecutionsResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
ListWorkflowExecutionsResponse.Builder |
workflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
ListWorkflowExecutionsResponse.Builder |
workflowExecutions(Consumer<WorkflowExecutionMetadata.Builder>... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
ListWorkflowExecutionsResponse.Builder |
workflowExecutions(WorkflowExecutionMetadata... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowExecutionsResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListWorkflowExecutionsResponse.Builder workflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
workflowExecutions - Contains an array of runtime details that represents each time a workflow ran for the requested image
build version.ListWorkflowExecutionsResponse.Builder workflowExecutions(WorkflowExecutionMetadata... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
workflowExecutions - Contains an array of runtime details that represents each time a workflow ran for the requested image
build version.ListWorkflowExecutionsResponse.Builder workflowExecutions(Consumer<WorkflowExecutionMetadata.Builder>... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
This is a convenience method that creates an instance of theWorkflowExecutionMetadata.Builder avoiding the
need to create one manually via
WorkflowExecutionMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #workflowExecutions(List.
workflowExecutions - a consumer that will call methods on
WorkflowExecutionMetadata.Builder#workflowExecutions(java.util.Collection) ListWorkflowExecutionsResponse.Builder imageBuildVersionArn(String imageBuildVersionArn)
The resource ARN of the image build version for which you requested a list of workflow runtime details.
imageBuildVersionArn - The resource ARN of the image build version for which you requested a list of workflow runtime
details.ListWorkflowExecutionsResponse.Builder message(String message)
The output message from the list action, if applicable.
message - The output message from the list action, if applicable.ListWorkflowExecutionsResponse.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.