Interface CacheTagConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CacheTagConfig.Builder,,CacheTagConfig> SdkBuilder<CacheTagConfig.Builder,,CacheTagConfig> SdkPojo
- Enclosing class:
- CacheTagConfig
@Mutable
@NotThreadSafe
public static interface CacheTagConfig.Builder
extends SdkPojo, CopyableBuilder<CacheTagConfig.Builder,CacheTagConfig>
-
Method Summary
Modifier and TypeMethodDescriptionheaderName(String headerName) The name of the HTTP header that your origin includes in responses.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
headerName
The name of the HTTP header that your origin includes in responses. CloudFront uses this header to extract cache tags. The header value must contain comma-separated tag values (for example,
product:electronics, category:tv, brand:example).- Parameters:
headerName- The name of the HTTP header that your origin includes in responses. CloudFront uses this header to extract cache tags. The header value must contain comma-separated tag values (for example,product:electronics, category:tv, brand:example).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-