Interface QueryStringObject.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<QueryStringObject.Builder,,- QueryStringObject> - SdkBuilder<QueryStringObject.Builder,,- QueryStringObject> - SdkPojo
- Enclosing class:
- QueryStringObject
- 
Method SummaryModifier and TypeMethodDescriptionIndicates whether the distribution forwards and caches based on query strings.queryStringsAllowList(String... queryStringsAllowList) The specific query strings that the distribution forwards to the origin.queryStringsAllowList(Collection<String> queryStringsAllowList) The specific query strings that the distribution forwards to the origin.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
optionIndicates whether the distribution forwards and caches based on query strings. - Parameters:
- option- Indicates whether the distribution forwards and caches based on query strings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryStringsAllowListThe specific query strings that the distribution forwards to the origin. Your distribution will cache content based on the specified query strings. If the optionparameter is true, then your distribution forwards all query strings, regardless of what you specify using thequeryStringsAllowListparameter.- Parameters:
- 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 - optionparameter is true, then your distribution forwards all query strings, regardless of what you specify using the- queryStringsAllowListparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryStringsAllowListThe specific query strings that the distribution forwards to the origin. Your distribution will cache content based on the specified query strings. If the optionparameter is true, then your distribution forwards all query strings, regardless of what you specify using thequeryStringsAllowListparameter.- Parameters:
- 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 - optionparameter is true, then your distribution forwards all query strings, regardless of what you specify using the- queryStringsAllowListparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-