public static class SetQueryParameterPolicyItem.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SetQueryParameterPolicyItem |
build() |
SetQueryParameterPolicyItem.Builder |
copy(SetQueryParameterPolicyItem model) |
SetQueryParameterPolicyItem.Builder |
ifExists(SetQueryParameterPolicyItem.IfExists ifExists)
If a query parameter with the same name already exists in the request, OVERWRITE will
overwrite the value, APPEND will append to the existing value, or SKIP will keep the
existing value.
|
SetQueryParameterPolicyItem.Builder |
name(String name)
The case-sensitive name of the query parameter.
|
SetQueryParameterPolicyItem.Builder |
values(List<String> values)
A list of new values.
|
public SetQueryParameterPolicyItem.Builder name(String name)
The case-sensitive name of the query parameter. This name must be unique across transformation policies.
name
- the value to setpublic SetQueryParameterPolicyItem.Builder values(List<String> values)
A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
values
- the value to setpublic SetQueryParameterPolicyItem.Builder ifExists(SetQueryParameterPolicyItem.IfExists ifExists)
If a query parameter with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
ifExists
- the value to setpublic SetQueryParameterPolicyItem build()
public SetQueryParameterPolicyItem.Builder copy(SetQueryParameterPolicyItem model)
Copyright © 2016–2024. All rights reserved.