CopyableBuilder<CreateRateBasedRuleResponse.Builder,CreateRateBasedRuleResponse>
, SdkBuilder<CreateRateBasedRuleResponse.Builder,CreateRateBasedRuleResponse>
public static interface CreateRateBasedRuleResponse.Builder extends CopyableBuilder<CreateRateBasedRuleResponse.Builder,CreateRateBasedRuleResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateRateBasedRuleResponse.Builder |
changeToken(String changeToken) |
The
ChangeToken that you used to submit the CreateRateBasedRule request. |
CreateRateBasedRuleResponse.Builder |
rule(RateBasedRule rule) |
The RateBasedRule that is returned in the
CreateRateBasedRule response. |
copy
apply, build
CreateRateBasedRuleResponse.Builder rule(RateBasedRule rule)
The RateBasedRule that is returned in the CreateRateBasedRule
response.
rule
- The RateBasedRule that is returned in the CreateRateBasedRule
response.CreateRateBasedRuleResponse.Builder changeToken(String changeToken)
The ChangeToken
that you used to submit the CreateRateBasedRule
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 CreateRateBasedRule
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.