Package com.pulumi.aws.cloudfront.inputs
Class DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.cloudfront.inputs.DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder
-
- Enclosing class:
- DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs
public static final class DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs
build()
DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder
forward(com.pulumi.core.Output<java.lang.String> forward)
DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder
forward(java.lang.String forward)
DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder
whitelistedNames(com.pulumi.core.Output<java.util.List<java.lang.String>> whitelistedNames)
DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder
whitelistedNames(java.lang.String... whitelistedNames)
DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder
whitelistedNames(java.util.List<java.lang.String> whitelistedNames)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs defaults)
-
-
Method Detail
-
forward
public DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder forward(com.pulumi.core.Output<java.lang.String> forward)
- Parameters:
forward
- Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify `all`, `none` or `whitelist`. If `whitelist`, you must include the subsequent `whitelisted_names`.- Returns:
- builder
-
forward
public DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder forward(java.lang.String forward)
- Parameters:
forward
- Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify `all`, `none` or `whitelist`. If `whitelist`, you must include the subsequent `whitelisted_names`.- Returns:
- builder
-
whitelistedNames
public DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder whitelistedNames(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> whitelistedNames)
- Parameters:
whitelistedNames
- If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin.- Returns:
- builder
-
whitelistedNames
public DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder whitelistedNames(java.util.List<java.lang.String> whitelistedNames)
- Parameters:
whitelistedNames
- If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin.- Returns:
- builder
-
whitelistedNames
public DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs.Builder whitelistedNames(java.lang.String... whitelistedNames)
- Parameters:
whitelistedNames
- If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin.- Returns:
- builder
-
build
public DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs build()
-
-