public static interface OriginRequestPolicyQueryStringsConfig.Builder extends SdkPojo, CopyableBuilder<OriginRequestPolicyQueryStringsConfig.Builder,OriginRequestPolicyQueryStringsConfig>
| Modifier and Type | Method and Description |
|---|---|
OriginRequestPolicyQueryStringsConfig.Builder |
queryStringBehavior(OriginRequestPolicyQueryStringBehavior queryStringBehavior)
Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to
the origin.
|
OriginRequestPolicyQueryStringsConfig.Builder |
queryStringBehavior(String queryStringBehavior)
Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to
the origin.
|
default OriginRequestPolicyQueryStringsConfig.Builder |
queryStrings(Consumer<QueryStringNames.Builder> queryStrings)
Contains a list of the query strings in viewer requests that are included in requests that CloudFront sends
to the origin.
|
OriginRequestPolicyQueryStringsConfig.Builder |
queryStrings(QueryStringNames queryStrings)
Contains a list of the query strings in viewer requests that are included in requests that CloudFront sends
to the origin.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOriginRequestPolicyQueryStringsConfig.Builder queryStringBehavior(String queryStringBehavior)
Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin. Valid values are:
none – Query strings in viewer requests are not included in requests that CloudFront sends to
the origin. Even when this field is set to none, any query strings that are listed in a
CachePolicy are included in origin requests.
whitelist – The query strings in viewer requests that are listed in the
QueryStringNames type are included in requests that CloudFront sends to the origin.
all – All query strings in viewer requests are included in requests that CloudFront sends to the
origin.
queryStringBehavior - Determines whether any URL query strings in viewer requests are included in requests that CloudFront
sends to the origin. Valid values are:
none – Query strings in viewer requests are not included in requests that CloudFront
sends to the origin. Even when this field is set to none, any query strings that are
listed in a CachePolicy are included in origin requests.
whitelist – The query strings in viewer requests that are listed in the
QueryStringNames type are included in requests that CloudFront sends to the origin.
all – All query strings in viewer requests are included in requests that CloudFront sends
to the origin.
OriginRequestPolicyQueryStringBehavior,
OriginRequestPolicyQueryStringBehaviorOriginRequestPolicyQueryStringsConfig.Builder queryStringBehavior(OriginRequestPolicyQueryStringBehavior queryStringBehavior)
Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin. Valid values are:
none – Query strings in viewer requests are not included in requests that CloudFront sends to
the origin. Even when this field is set to none, any query strings that are listed in a
CachePolicy are included in origin requests.
whitelist – The query strings in viewer requests that are listed in the
QueryStringNames type are included in requests that CloudFront sends to the origin.
all – All query strings in viewer requests are included in requests that CloudFront sends to the
origin.
queryStringBehavior - Determines whether any URL query strings in viewer requests are included in requests that CloudFront
sends to the origin. Valid values are:
none – Query strings in viewer requests are not included in requests that CloudFront
sends to the origin. Even when this field is set to none, any query strings that are
listed in a CachePolicy are included in origin requests.
whitelist – The query strings in viewer requests that are listed in the
QueryStringNames type are included in requests that CloudFront sends to the origin.
all – All query strings in viewer requests are included in requests that CloudFront sends
to the origin.
OriginRequestPolicyQueryStringBehavior,
OriginRequestPolicyQueryStringBehaviorOriginRequestPolicyQueryStringsConfig.Builder queryStrings(QueryStringNames queryStrings)
Contains a list of the query strings in viewer requests that are included in requests that CloudFront sends to the origin.
queryStrings - Contains a list of the query strings in viewer requests that are included in requests that CloudFront
sends to the origin.default OriginRequestPolicyQueryStringsConfig.Builder queryStrings(Consumer<QueryStringNames.Builder> queryStrings)
Contains a list of the query strings in viewer requests that are included in requests that CloudFront sends to the origin.
This is a convenience that creates an instance of theQueryStringNames.Builder avoiding the need to
create one manually via QueryStringNames.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to queryStrings(QueryStringNames).queryStrings - a consumer that will call methods on QueryStringNames.BuilderqueryStrings(QueryStringNames)Copyright © 2021. All rights reserved.