Interface ScriptRuleStatement.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScriptRuleStatement.Builder,,ScriptRuleStatement> SdkBuilder<ScriptRuleStatement.Builder,,ScriptRuleStatement> SdkPojo
- Enclosing class:
ScriptRuleStatement
@Mutable
@NotThreadSafe
public static interface ScriptRuleStatement.Builder
extends SdkPojo, CopyableBuilder<ScriptRuleStatement.Builder,ScriptRuleStatement>
-
Method Summary
Modifier and TypeMethodDescriptionkeyToMatch(String keyToMatch) Key name to match against in the script rule evaluation.Script code used to evaluate the rule condition.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
-
keyToMatch
Key name to match against in the script rule evaluation.
- Parameters:
keyToMatch- Key name to match against in the script rule evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
script
Script code used to evaluate the rule condition.
- Parameters:
script- Script code used to evaluate the rule condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-