Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateRateBasedRuleRequest.Builder,UpdateRateBasedRuleRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateRateBasedRuleRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateRateBasedRuleRequest.Builder,UpdateRateBasedRuleRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateRateBasedRuleRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateRateBasedRuleRequest.Builder |
builder() |
|
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
rateLimit() |
The maximum number of requests, which have an identical value in the field specified by the
RateKey ,
allowed in a five-minute period. |
String |
ruleId() |
The
RuleId of the RateBasedRule that you want to update. |
static Class<? extends UpdateRateBasedRuleRequest.Builder> |
serializableBuilderClass() |
|
UpdateRateBasedRuleRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<RuleUpdate> |
updates() |
An array of
RuleUpdate objects that you want to insert into or delete from a RateBasedRule. |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String ruleId()
The RuleId
of the RateBasedRule
that you want to update. RuleId
is
returned by CreateRateBasedRule
and by ListRateBasedRules.
RuleId
of the RateBasedRule
that you want to update. RuleId
is
returned by CreateRateBasedRule
and by ListRateBasedRules.public String changeToken()
The value returned by the most recent call to GetChangeToken.
public List<RuleUpdate> updates()
An array of RuleUpdate
objects that you want to insert into or delete from a RateBasedRule.
RuleUpdate
objects that you want to insert into or delete from a
RateBasedRule.public Long rateLimit()
The maximum number of requests, which have an identical value in the field specified by the RateKey
,
allowed in a five-minute period. If the number of requests exceeds the RateLimit
and the other
predicates specified in the rule are also met, AWS WAF triggers the action that is specified for this rule.
RateKey
, allowed in a five-minute period. If the number of requests exceeds the
RateLimit
and the other predicates specified in the rule are also met, AWS WAF triggers the
action that is specified for this rule.public UpdateRateBasedRuleRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateRateBasedRuleRequest.Builder,UpdateRateBasedRuleRequest>
public static UpdateRateBasedRuleRequest.Builder builder()
public static Class<? extends UpdateRateBasedRuleRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.