quantity property
The number of HTTP methods for which you want CloudFront to cache responses.
Valid values are 2
(for caching responses to GET
and HEAD
requests) and 3
(for caching responses to
GET
, HEAD
, and OPTIONS
requests).
Implementation
final int quantity;