Interface DescribeRuleGroupSummaryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeRuleGroupSummaryRequest.Builder,
,DescribeRuleGroupSummaryRequest> NetworkFirewallRequest.Builder
,SdkBuilder<DescribeRuleGroupSummaryRequest.Builder,
,DescribeRuleGroupSummaryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeRuleGroupSummaryRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ruleGroupArn
(String ruleGroupArn) Required.ruleGroupName
(String ruleGroupName) The descriptive name of the rule group.The type of rule group you want a summary for.type
(RuleGroupType type) The type of rule group you want a summary for.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
build
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
-
ruleGroupName
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
- Parameters:
ruleGroupName
- The descriptive name of the rule group. You can't change the name of a rule group after you create it.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleGroupArn
Required. The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
- Parameters:
ruleGroupArn
- Required. The Amazon Resource Name (ARN) of the rule group.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of rule group you want a summary for. This is a required field.
Valid value:
STATEFUL
Note that
STATELESS
exists but is not currently supported. If you provideSTATELESS
, an exception is returned.- Parameters:
type
- The type of rule group you want a summary for. This is a required field.Valid value:
STATEFUL
Note that
STATELESS
exists but is not currently supported. If you provideSTATELESS
, an exception is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of rule group you want a summary for. This is a required field.
Valid value:
STATEFUL
Note that
STATELESS
exists but is not currently supported. If you provideSTATELESS
, an exception is returned.- Parameters:
type
- The type of rule group you want a summary for. This is a required field.Valid value:
STATEFUL
Note that
STATELESS
exists but is not currently supported. If you provideSTATELESS
, an exception is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DescribeRuleGroupSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeRuleGroupSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-