ToCopyableBuilder<CachedMethods.Builder,CachedMethods>
@Generated("software.amazon.awssdk:codegen") public class CachedMethods extends Object implements ToCopyableBuilder<CachedMethods.Builder,CachedMethods>
A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices:
CloudFront caches responses to GET
and HEAD
requests.
CloudFront caches responses to GET
, HEAD
, and OPTIONS
requests.
If you pick the second choice for your Amazon S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers, and Origin headers for the responses to be cached correctly.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CachedMethods.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CachedMethods.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
items() |
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
Integer |
quantity() |
The number of HTTP methods for which you want CloudFront to cache responses.
|
static Class<? extends CachedMethods.Builder> |
serializableBuilderClass() |
|
CachedMethods.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer quantity()
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).
2
(for caching responses to GET
and HEAD
requests) and
3
(for caching responses to GET
, HEAD
, and OPTIONS
requests).public List<String> items()
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
Method
public CachedMethods.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CachedMethods.Builder,CachedMethods>
public static CachedMethods.Builder builder()
public static Class<? extends CachedMethods.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.