Cloneable, ReadLimitInfo, ToCopyableBuilder<CreateWebACLRequest.Builder,CreateWebACLRequest>@Generated("software.amazon.awssdk:codegen") public class CreateWebACLRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateWebACLRequest.Builder,CreateWebACLRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CreateWebACLRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static CreateWebACLRequest.Builder |
builder() |
|
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
WafAction |
defaultAction() |
The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the
Rule objects that are associated with the WebACL. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
metricName() |
A friendly name or description for the metrics for this
WebACL. |
String |
name() |
A friendly name or description of the WebACL.
|
static Class<? extends CreateWebACLRequest.Builder> |
serializableBuilderClass() |
|
CreateWebACLRequest.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, withSdkClientExecutionTimeoutpublic String name()
A friendly name or description of the WebACL. You can't change Name after you create the
WebACL.
Name after you create
the WebACL.public String metricName()
A friendly name or description for the metrics for this WebACL. The name can contain only
alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change
MetricName after you create the WebACL.
WebACL. The name can contain only
alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace. You can't change
MetricName after you create the WebACL.public WafAction defaultAction()
The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the
Rule objects that are associated with the WebACL.
Rule objects that are associated with the WebACL.public String changeToken()
The value returned by the most recent call to GetChangeToken.
public CreateWebACLRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateWebACLRequest.Builder,CreateWebACLRequest>public static CreateWebACLRequest.Builder builder()
public static Class<? extends CreateWebACLRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.