Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.PutImageRecipePolicyResponse.Builder
-
Packages that use PutImageRecipePolicyResponse.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of PutImageRecipePolicyResponse.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return PutImageRecipePolicyResponse.Builder Modifier and Type Method Description static PutImageRecipePolicyResponse.BuilderPutImageRecipePolicyResponse. builder()PutImageRecipePolicyResponse.BuilderPutImageRecipePolicyResponse.Builder. imageRecipeArn(String imageRecipeArn)The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.PutImageRecipePolicyResponse.BuilderPutImageRecipePolicyResponse.Builder. requestId(String requestIdValue)The request ID that uniquely identifies this request.PutImageRecipePolicyResponse.BuilderPutImageRecipePolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type PutImageRecipePolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutImageRecipePolicyResponse.Builder>PutImageRecipePolicyResponse. serializableBuilderClass()
-