Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ListWorkflowExecutionsRequest.Builder
-
Packages that use ListWorkflowExecutionsRequest.Builder Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ListWorkflowExecutionsRequest.Builder in software.amazon.awssdk.services.imagebuilder
-
Uses of ListWorkflowExecutionsRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ListWorkflowExecutionsRequest.Builder Modifier and Type Method Description static ListWorkflowExecutionsRequest.BuilderListWorkflowExecutionsRequest. builder()ListWorkflowExecutionsRequest.BuilderListWorkflowExecutionsRequest.Builder. imageBuildVersionArn(String imageBuildVersionArn)List all workflow runtime instances for the specified image build version resource ARN.ListWorkflowExecutionsRequest.BuilderListWorkflowExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum items to return in a request.ListWorkflowExecutionsRequest.BuilderListWorkflowExecutionsRequest.Builder. nextToken(String nextToken)A token to specify where to start paginating.ListWorkflowExecutionsRequest.BuilderListWorkflowExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowExecutionsRequest.BuilderListWorkflowExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowExecutionsRequest.BuilderListWorkflowExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ListWorkflowExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkflowExecutionsRequest.Builder>ListWorkflowExecutionsRequest. serializableBuilderClass()
-