Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.CancelLifecycleExecutionRequest.Builder
-
Packages that use CancelLifecycleExecutionRequest.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 CancelLifecycleExecutionRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type CancelLifecycleExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<CancelLifecycleExecutionResponse>ImagebuilderAsyncClient. cancelLifecycleExecution(Consumer<CancelLifecycleExecutionRequest.Builder> cancelLifecycleExecutionRequest)Cancel a specific image lifecycle policy runtime instance.default CancelLifecycleExecutionResponseImagebuilderClient. cancelLifecycleExecution(Consumer<CancelLifecycleExecutionRequest.Builder> cancelLifecycleExecutionRequest)Cancel a specific image lifecycle policy runtime instance. -
Uses of CancelLifecycleExecutionRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return CancelLifecycleExecutionRequest.Builder Modifier and Type Method Description static CancelLifecycleExecutionRequest.BuilderCancelLifecycleExecutionRequest. builder()CancelLifecycleExecutionRequest.BuilderCancelLifecycleExecutionRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier you provide to ensure idempotency of the request.CancelLifecycleExecutionRequest.BuilderCancelLifecycleExecutionRequest.Builder. lifecycleExecutionId(String lifecycleExecutionId)Identifies the specific runtime instance of the image lifecycle to cancel.CancelLifecycleExecutionRequest.BuilderCancelLifecycleExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelLifecycleExecutionRequest.BuilderCancelLifecycleExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelLifecycleExecutionRequest.BuilderCancelLifecycleExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type CancelLifecycleExecutionRequest.Builder Modifier and Type Method Description static Class<? extends CancelLifecycleExecutionRequest.Builder>CancelLifecycleExecutionRequest. serializableBuilderClass()
-