Interface DescribeRuleGroupSummaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeRuleGroupSummaryResponse.Builder,
,DescribeRuleGroupSummaryResponse> NetworkFirewallResponse.Builder
,SdkBuilder<DescribeRuleGroupSummaryResponse.Builder,
,DescribeRuleGroupSummaryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeRuleGroupSummaryResponse
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the rule group.ruleGroupName
(String ruleGroupName) The descriptive name of the rule group.summary
(Consumer<Summary.Builder> summary) A complex type that contains rule information based on the rule group's configured summary settings.A complex type that contains rule information based on the rule group's configured summary settings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ruleGroupName
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
- Parameters:
ruleGroupName
- The descriptive name of the rule group. You can't change the name of a rule group after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the rule group.
- Parameters:
description
- A description of the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
A complex type that contains rule information based on the rule group's configured summary settings. The content varies depending on the fields that you specified to extract in your SummaryConfiguration. When you haven't configured any summary settings, this returns an empty array. The response might include:
-
Rule identifiers
-
Rule descriptions
-
Any metadata fields that you specified in your SummaryConfiguration
- Parameters:
summary
- A complex type that contains rule information based on the rule group's configured summary settings. The content varies depending on the fields that you specified to extract in your SummaryConfiguration. When you haven't configured any summary settings, this returns an empty array. The response might include:-
Rule identifiers
-
Rule descriptions
-
Any metadata fields that you specified in your SummaryConfiguration
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
summary
A complex type that contains rule information based on the rule group's configured summary settings. The content varies depending on the fields that you specified to extract in your SummaryConfiguration. When you haven't configured any summary settings, this returns an empty array. The response might include:
-
Rule identifiers
-
Rule descriptions
-
Any metadata fields that you specified in your SummaryConfiguration
Summary.Builder
avoiding the need to create one manually viaSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummary(Summary)
.- Parameters:
summary
- a consumer that will call methods onSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-