Interface SummaryConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SummaryConfiguration.Builder,
,SummaryConfiguration> SdkBuilder<SummaryConfiguration.Builder,
,SummaryConfiguration> SdkPojo
- Enclosing class:
SummaryConfiguration
@Mutable
@NotThreadSafe
public static interface SummaryConfiguration.Builder
extends SdkPojo, CopyableBuilder<SummaryConfiguration.Builder,SummaryConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionruleOptions
(Collection<SummaryRuleOption> ruleOptions) Specifies the selected rule options returned by DescribeRuleGroupSummary.ruleOptions
(SummaryRuleOption... ruleOptions) Specifies the selected rule options returned by DescribeRuleGroupSummary.ruleOptionsWithStrings
(String... ruleOptions) Specifies the selected rule options returned by DescribeRuleGroupSummary.ruleOptionsWithStrings
(Collection<String> ruleOptions) Specifies the selected rule options returned by DescribeRuleGroupSummary.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, sdkFieldNameToField, sdkFields
-
Method Details
-
ruleOptionsWithStrings
Specifies the selected rule options returned by DescribeRuleGroupSummary.
- Parameters:
ruleOptions
- Specifies the selected rule options returned by DescribeRuleGroupSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleOptionsWithStrings
Specifies the selected rule options returned by DescribeRuleGroupSummary.
- Parameters:
ruleOptions
- Specifies the selected rule options returned by DescribeRuleGroupSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleOptions
Specifies the selected rule options returned by DescribeRuleGroupSummary.
- Parameters:
ruleOptions
- Specifies the selected rule options returned by DescribeRuleGroupSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleOptions
Specifies the selected rule options returned by DescribeRuleGroupSummary.
- Parameters:
ruleOptions
- Specifies the selected rule options returned by DescribeRuleGroupSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-