Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.PutContainerRecipePolicyRequest.Builder
-
Packages that use PutContainerRecipePolicyRequest.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 PutContainerRecipePolicyRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type PutContainerRecipePolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutContainerRecipePolicyResponse>ImagebuilderAsyncClient. putContainerRecipePolicy(Consumer<PutContainerRecipePolicyRequest.Builder> putContainerRecipePolicyRequest)Applies a policy to a container image.default PutContainerRecipePolicyResponseImagebuilderClient. putContainerRecipePolicy(Consumer<PutContainerRecipePolicyRequest.Builder> putContainerRecipePolicyRequest)Applies a policy to a container image. -
Uses of PutContainerRecipePolicyRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return PutContainerRecipePolicyRequest.Builder Modifier and Type Method Description static PutContainerRecipePolicyRequest.BuilderPutContainerRecipePolicyRequest. builder()PutContainerRecipePolicyRequest.BuilderPutContainerRecipePolicyRequest.Builder. containerRecipeArn(String containerRecipeArn)The Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.PutContainerRecipePolicyRequest.BuilderPutContainerRecipePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutContainerRecipePolicyRequest.BuilderPutContainerRecipePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutContainerRecipePolicyRequest.BuilderPutContainerRecipePolicyRequest.Builder. policy(String policy)The policy to apply to the container recipe.PutContainerRecipePolicyRequest.BuilderPutContainerRecipePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type PutContainerRecipePolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutContainerRecipePolicyRequest.Builder>PutContainerRecipePolicyRequest. serializableBuilderClass()
-