@Stability(value=Stable) public static final class CfnDistribution.QueryStringObjectProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDistribution.QueryStringObjectProperty>
CfnDistribution.QueryStringObjectProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDistribution.QueryStringObjectProperty |
build()
Builds the configured instance.
|
CfnDistribution.QueryStringObjectProperty.Builder |
option(Boolean option)
Sets the value of
CfnDistribution.QueryStringObjectProperty.getOption() |
CfnDistribution.QueryStringObjectProperty.Builder |
option(IResolvable option)
Sets the value of
CfnDistribution.QueryStringObjectProperty.getOption() |
CfnDistribution.QueryStringObjectProperty.Builder |
queryStringsAllowList(List<String> queryStringsAllowList)
Sets the value of
CfnDistribution.QueryStringObjectProperty.getQueryStringsAllowList() |
@Stability(value=Stable) public CfnDistribution.QueryStringObjectProperty.Builder option(Boolean option)
CfnDistribution.QueryStringObjectProperty.getOption()option - Indicates whether the distribution forwards and caches based on query strings.this@Stability(value=Stable) public CfnDistribution.QueryStringObjectProperty.Builder option(IResolvable option)
CfnDistribution.QueryStringObjectProperty.getOption()option - Indicates whether the distribution forwards and caches based on query strings.this@Stability(value=Stable) public CfnDistribution.QueryStringObjectProperty.Builder queryStringsAllowList(List<String> queryStringsAllowList)
CfnDistribution.QueryStringObjectProperty.getQueryStringsAllowList()queryStringsAllowList - The specific query strings that the distribution forwards to the origin.
Your distribution caches content based on the specified query strings.
If the option parameter is true, then your distribution forwards all query strings, regardless of what you specify using the QueryStringsAllowList parameter.
this@Stability(value=Stable) public CfnDistribution.QueryStringObjectProperty build()
build in interface software.amazon.jsii.Builder<CfnDistribution.QueryStringObjectProperty>CfnDistribution.QueryStringObjectPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.