@Generated(value="software.amazon.awssdk:codegen") public final 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 and Description |
---|---|
static interface |
CachedMethods.Builder |
Modifier and Type | Method and Description |
---|---|
static CachedMethods.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<Method> |
items()
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
List<String> |
itemsAsStrings()
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() |
copy
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<Method> items()
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> itemsAsStrings()
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.