Interface ImpersonationMatchedRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImpersonationMatchedRule.Builder,ImpersonationMatchedRule>,SdkBuilder<ImpersonationMatchedRule.Builder,ImpersonationMatchedRule>,SdkPojo
- Enclosing class:
- ImpersonationMatchedRule
public static interface ImpersonationMatchedRule.Builder extends SdkPojo, CopyableBuilder<ImpersonationMatchedRule.Builder,ImpersonationMatchedRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImpersonationMatchedRule.BuilderimpersonationRuleId(String impersonationRuleId)The ID of the rule that matched the inputImpersonationMatchedRule.Buildername(String name)The name of the rule that matched the input.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
impersonationRuleId
ImpersonationMatchedRule.Builder impersonationRuleId(String impersonationRuleId)
The ID of the rule that matched the input
- Parameters:
impersonationRuleId- The ID of the rule that matched the input- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ImpersonationMatchedRule.Builder name(String name)
The name of the rule that matched the input.
- Parameters:
name- The name of the rule that matched the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-