Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateRuleRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateRuleRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static UpdateRuleRequest.Builder |
builder() |
|
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ruleId() |
The
RuleId of the Rule that you want to update. |
static Class<? extends UpdateRuleRequest.Builder> |
serializableBuilderClass() |
|
UpdateRuleRequest.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 Rule. |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String ruleId()
The RuleId of the Rule that you want to update. RuleId is returned by
CreateRule and by ListRules.
RuleId of the Rule that you want to update. RuleId is returned
by CreateRule and by ListRules.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 Rule. For more
information, see the applicable data types:
RuleUpdate: Contains Action and Predicate
Predicate: Contains DataId, Negated, and Type
FieldToMatch: Contains Data and Type
RuleUpdate objects that you want to insert into or delete from a Rule.
For more information, see the applicable data types:
RuleUpdate: Contains Action and Predicate
Predicate: Contains DataId, Negated, and Type
FieldToMatch: Contains Data and Type
public UpdateRuleRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>public static UpdateRuleRequest.Builder builder()
public static Class<? extends UpdateRuleRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.