Package com.pulumi.aws.cloudfront.inputs
Class DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.cloudfront.inputs.DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.Builder
-
- Enclosing class:
- DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs
public static final class DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs
build()
DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.Builder
forward(com.pulumi.core.Output<java.lang.String> forward)
DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.Builder
forward(java.lang.String forward)
DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.Builder
whitelistedNames(com.pulumi.core.Output<java.util.List<java.lang.String>> whitelistedNames)
DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.Builder
whitelistedNames(java.lang.String... whitelistedNames)
DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.Builder
whitelistedNames(java.util.List<java.lang.String> whitelistedNames)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs defaults)
-
-
Method Detail
-
forward
public DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.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 DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.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 DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.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 DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.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 DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs.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 DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs build()
-
-