Interface ExcludedRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExcludedRule.Builder,ExcludedRule>,SdkBuilder<ExcludedRule.Builder,ExcludedRule>,SdkPojo
- Enclosing class:
- ExcludedRule
public static interface ExcludedRule.Builder extends SdkPojo, CopyableBuilder<ExcludedRule.Builder,ExcludedRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExcludedRule.Buildername(String name)The name of the rule whose action you want to override toCount.-
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
-
name
ExcludedRule.Builder name(String name)
The name of the rule whose action you want to override to
Count.- Parameters:
name- The name of the rule whose action you want to override toCount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-