CopyableBuilder<GetRateBasedRuleManagedKeysRequest.Builder,GetRateBasedRuleManagedKeysRequest>
, SdkBuilder<GetRateBasedRuleManagedKeysRequest.Builder,GetRateBasedRuleManagedKeysRequest>
public static interface GetRateBasedRuleManagedKeysRequest.Builder extends CopyableBuilder<GetRateBasedRuleManagedKeysRequest.Builder,GetRateBasedRuleManagedKeysRequest>
Modifier and Type | Method | Description |
---|---|---|
GetRateBasedRuleManagedKeysRequest.Builder |
nextMarker(String nextMarker) |
A null value and not currently used.
|
GetRateBasedRuleManagedKeysRequest.Builder |
ruleId(String ruleId) |
copy
apply, build
GetRateBasedRuleManagedKeysRequest.Builder ruleId(String ruleId)
The RuleId
of the RateBasedRule for which you want to get a list of
ManagedKeys
. RuleId
is returned by CreateRateBasedRule and by
ListRateBasedRules.
ruleId
- The RuleId
of the RateBasedRule for which you want to get a list of
ManagedKeys
. RuleId
is returned by CreateRateBasedRule and by
ListRateBasedRules.GetRateBasedRuleManagedKeysRequest.Builder nextMarker(String nextMarker)
A null value and not currently used. Do not include this in your request.
nextMarker
- A null value and not currently used. Do not include this in your request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.