Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ListWorkflowStepExecutionsRequest.Builder
-
Packages that use ListWorkflowStepExecutionsRequest.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 ListWorkflowStepExecutionsRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type ListWorkflowStepExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListWorkflowStepExecutionsResponse>ImagebuilderAsyncClient. listWorkflowStepExecutions(Consumer<ListWorkflowStepExecutionsRequest.Builder> listWorkflowStepExecutionsRequest)Returns runtime data for each step in a runtime instance of the workflow that you specify in the request.default ListWorkflowStepExecutionsResponseImagebuilderClient. listWorkflowStepExecutions(Consumer<ListWorkflowStepExecutionsRequest.Builder> listWorkflowStepExecutionsRequest)Returns runtime data for each step in a runtime instance of the workflow that you specify in the request.default ListWorkflowStepExecutionsPublisherImagebuilderAsyncClient. listWorkflowStepExecutionsPaginator(Consumer<ListWorkflowStepExecutionsRequest.Builder> listWorkflowStepExecutionsRequest)default ListWorkflowStepExecutionsIterableImagebuilderClient. listWorkflowStepExecutionsPaginator(Consumer<ListWorkflowStepExecutionsRequest.Builder> listWorkflowStepExecutionsRequest) -
Uses of ListWorkflowStepExecutionsRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ListWorkflowStepExecutionsRequest.Builder Modifier and Type Method Description static ListWorkflowStepExecutionsRequest.BuilderListWorkflowStepExecutionsRequest. builder()ListWorkflowStepExecutionsRequest.BuilderListWorkflowStepExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum items to return in a request.ListWorkflowStepExecutionsRequest.BuilderListWorkflowStepExecutionsRequest.Builder. nextToken(String nextToken)A token to specify where to start paginating.ListWorkflowStepExecutionsRequest.BuilderListWorkflowStepExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowStepExecutionsRequest.BuilderListWorkflowStepExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowStepExecutionsRequest.BuilderListWorkflowStepExecutionsRequest. toBuilder()ListWorkflowStepExecutionsRequest.BuilderListWorkflowStepExecutionsRequest.Builder. workflowExecutionId(String workflowExecutionId)The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ListWorkflowStepExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkflowStepExecutionsRequest.Builder>ListWorkflowStepExecutionsRequest. serializableBuilderClass()
-