public static interface QueryStringObject.Builder extends SdkPojo, CopyableBuilder<QueryStringObject.Builder,QueryStringObject>
| Modifier and Type | Method and Description |
|---|---|
QueryStringObject.Builder |
option(Boolean option)
Indicates whether the distribution forwards and caches based on query strings.
|
QueryStringObject.Builder |
queryStringsAllowList(Collection<String> queryStringsAllowList)
The specific query strings that the distribution forwards to the origin.
|
QueryStringObject.Builder |
queryStringsAllowList(String... queryStringsAllowList)
The specific query strings that the distribution forwards to the origin.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryStringObject.Builder option(Boolean option)
Indicates whether the distribution forwards and caches based on query strings.
option - Indicates whether the distribution forwards and caches based on query strings.QueryStringObject.Builder queryStringsAllowList(Collection<String> queryStringsAllowList)
The specific query strings that the distribution forwards to the origin.
Your distribution will cache 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.
queryStringsAllowList - The specific query strings that the distribution forwards to the origin.
Your distribution will cache 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.
QueryStringObject.Builder queryStringsAllowList(String... queryStringsAllowList)
The specific query strings that the distribution forwards to the origin.
Your distribution will cache 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.
queryStringsAllowList - The specific query strings that the distribution forwards to the origin.
Your distribution will cache 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.
Copyright © 2023. All rights reserved.