Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ListWorkflowBuildVersionsRequest.Builder
-
Packages that use ListWorkflowBuildVersionsRequest.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 ListWorkflowBuildVersionsRequest.Builder in software.amazon.awssdk.services.imagebuilder
-
Uses of ListWorkflowBuildVersionsRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ListWorkflowBuildVersionsRequest.Builder Modifier and Type Method Description static ListWorkflowBuildVersionsRequest.BuilderListWorkflowBuildVersionsRequest. builder()ListWorkflowBuildVersionsRequest.BuilderListWorkflowBuildVersionsRequest.Builder. maxResults(Integer maxResults)The maximum items to return in a request.ListWorkflowBuildVersionsRequest.BuilderListWorkflowBuildVersionsRequest.Builder. nextToken(String nextToken)A token to specify where to start paginating.ListWorkflowBuildVersionsRequest.BuilderListWorkflowBuildVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowBuildVersionsRequest.BuilderListWorkflowBuildVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowBuildVersionsRequest.BuilderListWorkflowBuildVersionsRequest. toBuilder()ListWorkflowBuildVersionsRequest.BuilderListWorkflowBuildVersionsRequest.Builder. workflowVersionArn(String workflowVersionArn)The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ListWorkflowBuildVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkflowBuildVersionsRequest.Builder>ListWorkflowBuildVersionsRequest. serializableBuilderClass()
-