@Stability(value=Stable) public static final class CfnDistribution.CookiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDistribution.CookiesProperty>
CfnDistribution.CookiesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDistribution.CookiesProperty |
build()
Builds the configured instance.
|
CfnDistribution.CookiesProperty.Builder |
forward(String forward)
Sets the value of
CfnDistribution.CookiesProperty.getForward() |
CfnDistribution.CookiesProperty.Builder |
whitelistedNames(List<String> whitelistedNames)
Sets the value of
CfnDistribution.CookiesProperty.getWhitelistedNames() |
@Stability(value=Stable) public CfnDistribution.CookiesProperty.Builder forward(String forward)
CfnDistribution.CookiesProperty.getForward()
forward
- `CfnDistribution.CookiesProperty.Forward`. This parameter is required.this
@Stability(value=Stable) public CfnDistribution.CookiesProperty.Builder whitelistedNames(List<String> whitelistedNames)
CfnDistribution.CookiesProperty.getWhitelistedNames()
whitelistedNames
- `CfnDistribution.CookiesProperty.WhitelistedNames`.this
@Stability(value=Stable) public CfnDistribution.CookiesProperty build()
build
in interface software.amazon.jsii.Builder<CfnDistribution.CookiesProperty>
CfnDistribution.CookiesProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.