Interface ProxyRuleCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyRuleCondition.Builder,,ProxyRuleCondition> SdkBuilder<ProxyRuleCondition.Builder,,ProxyRuleCondition> SdkPojo
- Enclosing class:
ProxyRuleCondition
@Mutable
@NotThreadSafe
public static interface ProxyRuleCondition.Builder
extends SdkPojo, CopyableBuilder<ProxyRuleCondition.Builder,ProxyRuleCondition>
-
Method Summary
Modifier and TypeMethodDescriptionconditionKey(String conditionKey) Defines what is to be matched.conditionOperator(String conditionOperator) Defines how to perform a match.conditionValues(String... conditionValues) Specifes the exact value that needs to be matched against.conditionValues(Collection<String> conditionValues) Specifes the exact value that needs to be matched against.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
conditionOperator
Defines how to perform a match.
- Parameters:
conditionOperator- Defines how to perform a match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionKey
Defines what is to be matched.
- Parameters:
conditionKey- Defines what is to be matched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionValues
Specifes the exact value that needs to be matched against.
- Parameters:
conditionValues- Specifes the exact value that needs to be matched against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionValues
Specifes the exact value that needs to be matched against.
- Parameters:
conditionValues- Specifes the exact value that needs to be matched against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-