public static interface ListWorkflowStepExecutionsRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowStepExecutionsRequest.Builder,ListWorkflowStepExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowStepExecutionsRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
ListWorkflowStepExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowStepExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkflowStepExecutionsRequest.Builder |
workflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowStepExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum items to return in a request.
maxResults - The maximum items to return in a request.ListWorkflowStepExecutionsRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated
response.ListWorkflowStepExecutionsRequest.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.ListWorkflowStepExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkflowStepExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.