public static interface GetRuleGroupResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetRuleGroupResponse.Builder,GetRuleGroupResponse>
Modifier and Type | Method and Description |
---|---|
default GetRuleGroupResponse.Builder |
ruleGroup(Consumer<RuleGroup.Builder> ruleGroup)
Information about the RuleGroup that you specified in the
GetRuleGroup request. |
GetRuleGroupResponse.Builder |
ruleGroup(RuleGroup ruleGroup)
Information about the RuleGroup that you specified in the
GetRuleGroup request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetRuleGroupResponse.Builder ruleGroup(RuleGroup ruleGroup)
Information about the RuleGroup that you specified in the GetRuleGroup
request.
ruleGroup
- Information about the RuleGroup that you specified in the GetRuleGroup
request.default GetRuleGroupResponse.Builder ruleGroup(Consumer<RuleGroup.Builder> ruleGroup)
Information about the RuleGroup that you specified in the GetRuleGroup
request.
RuleGroup.Builder
avoiding the need to create
one manually via RuleGroup.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to ruleGroup(RuleGroup)
.ruleGroup
- a consumer that will call methods on RuleGroup.Builder
ruleGroup(RuleGroup)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.