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