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