public static interface CreateRuleGroupResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<CreateRuleGroupResponse.Builder,CreateRuleGroupResponse>
Modifier and Type | Method and Description |
---|---|
CreateRuleGroupResponse.Builder |
changeToken(String changeToken)
The
ChangeToken that you used to submit the CreateRuleGroup request. |
default CreateRuleGroupResponse.Builder |
ruleGroup(Consumer<RuleGroup.Builder> ruleGroup)
An empty RuleGroup.
|
CreateRuleGroupResponse.Builder |
ruleGroup(RuleGroup ruleGroup)
An empty RuleGroup.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateRuleGroupResponse.Builder ruleGroup(RuleGroup ruleGroup)
An empty RuleGroup.
ruleGroup
- An empty RuleGroup.default CreateRuleGroupResponse.Builder ruleGroup(Consumer<RuleGroup.Builder> ruleGroup)
An empty RuleGroup.
This is a convenience that creates an instance of theRuleGroup.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)
CreateRuleGroupResponse.Builder changeToken(String changeToken)
The ChangeToken
that you used to submit the CreateRuleGroup
request. You can also
use this value to query the status of the request. For more information, see GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the CreateRuleGroup
request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.