public static interface GetRuleGroupRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<GetRuleGroupRequest.Builder,GetRuleGroupRequest>
Modifier and Type | Method and Description |
---|---|
GetRuleGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRuleGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRuleGroupRequest.Builder |
ruleGroupId(String ruleGroupId)
The
RuleGroupId of the RuleGroup that you want to get. |
build
overrideConfiguration
copy
applyMutation, build
GetRuleGroupRequest.Builder ruleGroupId(String ruleGroupId)
The RuleGroupId
of the RuleGroup that you want to get. RuleGroupId
is
returned by CreateRuleGroup and by ListRuleGroups.
ruleGroupId
- The RuleGroupId
of the RuleGroup that you want to get. RuleGroupId
is
returned by CreateRuleGroup and by ListRuleGroups.GetRuleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetRuleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.