Class DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder
- java.lang.Object
-
- com.pulumi.aws.cloudfront.outputs.DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder
-
- Enclosing class:
- DistributionOrderedCacheBehaviorForwardedValuesCookies
public static final class DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DistributionOrderedCacheBehaviorForwardedValuesCookies defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributionOrderedCacheBehaviorForwardedValuesCookies
build()
DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder
forward(java.lang.String forward)
DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder
whitelistedNames(java.lang.String... whitelistedNames)
DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder
whitelistedNames(java.util.List<java.lang.String> whitelistedNames)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DistributionOrderedCacheBehaviorForwardedValuesCookies defaults)
-
-
Method Detail
-
forward
public DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder forward(java.lang.String forward)
-
whitelistedNames
public DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder whitelistedNames(@Nullable java.util.List<java.lang.String> whitelistedNames)
-
whitelistedNames
public DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder whitelistedNames(java.lang.String... whitelistedNames)
-
build
public DistributionOrderedCacheBehaviorForwardedValuesCookies build()
-
-