public static interface ListWorkflowExecutionsRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowExecutionsRequest.Builder,ListWorkflowExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowExecutionsRequest.Builder |
imageBuildVersionArn(String imageBuildVersionArn)
List all workflow runtime instances for the specified image build version resource ARN.
|
ListWorkflowExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum items to return in a request.
|
ListWorkflowExecutionsRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating.
|
ListWorkflowExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkflowExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum items to return in a request.
maxResults - The maximum items to return in a request.ListWorkflowExecutionsRequest.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.ListWorkflowExecutionsRequest.Builder imageBuildVersionArn(String imageBuildVersionArn)
List all workflow runtime instances for the specified image build version resource ARN.
imageBuildVersionArn - List all workflow runtime instances for the specified image build version resource ARN.ListWorkflowExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWorkflowExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.