Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateRuleRequest.Builder,CreateRuleRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateRuleRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateRuleRequest.Builder,CreateRuleRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateRuleRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateRuleRequest.Builder |
builder() |
|
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
metricName() |
A friendly name or description for the metrics for this
Rule . |
String |
name() |
A friendly name or description of the Rule.
|
static Class<? extends CreateRuleRequest.Builder> |
serializableBuilderClass() |
|
CreateRuleRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
A friendly name or description of the Rule. You can't change the name of a Rule
after you
create it.
Rule
after
you create it.public String metricName()
A friendly name or description for the metrics for this Rule
. The name can contain only alphanumeric
characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of the metric after you
create the Rule
.
Rule
. The name can contain only
alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change the name of
the metric after you create the Rule
.public String changeToken()
The value returned by the most recent call to GetChangeToken.
public CreateRuleRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateRuleRequest.Builder,CreateRuleRequest>
public static CreateRuleRequest.Builder builder()
public static Class<? extends CreateRuleRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.