Interface Summary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Summary.Builder,
,Summary> SdkBuilder<Summary.Builder,
,Summary> SdkPojo
- Enclosing class:
Summary
@Mutable
@NotThreadSafe
public static interface Summary.Builder
extends SdkPojo, CopyableBuilder<Summary.Builder,Summary>
-
Method Summary
Modifier and TypeMethodDescriptionruleSummaries
(Collection<RuleSummary> ruleSummaries) An array of RuleSummary objects containing individual rule details that had been configured by the rulegroup's SummaryConfiguration.ruleSummaries
(Consumer<RuleSummary.Builder>... ruleSummaries) An array of RuleSummary objects containing individual rule details that had been configured by the rulegroup's SummaryConfiguration.ruleSummaries
(RuleSummary... ruleSummaries) An array of RuleSummary objects containing individual rule details that had been configured by the rulegroup's SummaryConfiguration.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
-
ruleSummaries
An array of RuleSummary objects containing individual rule details that had been configured by the rulegroup's SummaryConfiguration.
- Parameters:
ruleSummaries
- An array of RuleSummary objects containing individual rule details that had been configured by the rulegroup's SummaryConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleSummaries
An array of RuleSummary objects containing individual rule details that had been configured by the rulegroup's SummaryConfiguration.
- Parameters:
ruleSummaries
- An array of RuleSummary objects containing individual rule details that had been configured by the rulegroup's SummaryConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleSummaries
An array of RuleSummary objects containing individual rule details that had been configured by the rulegroup's SummaryConfiguration.
This is a convenience method that creates an instance of theRuleSummary.Builder
avoiding the need to create one manually viaRuleSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruleSummaries(List<RuleSummary>)
.- Parameters:
ruleSummaries
- a consumer that will call methods onRuleSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-