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 Details

    • headerName

      CacheTagConfig.Builder headerName(String 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.