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