CopyableBuilder<CreateWebACLRequest.Builder,CreateWebACLRequest>
, SdkBuilder<CreateWebACLRequest.Builder,CreateWebACLRequest>
public static interface CreateWebACLRequest.Builder extends CopyableBuilder<CreateWebACLRequest.Builder,CreateWebACLRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateWebACLRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
CreateWebACLRequest.Builder |
defaultAction(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 . |
CreateWebACLRequest.Builder |
metricName(String metricName) |
A friendly name or description for the metrics for this
WebACL . |
CreateWebACLRequest.Builder |
name(String name) |
A friendly name or description of the WebACL.
|
copy
apply, build
CreateWebACLRequest.Builder name(String name)
A friendly name or description of the WebACL. You can't change Name
after you create the
WebACL
.
name
- A friendly name or description of the WebACL. You can't change Name
after you
create the WebACL
.CreateWebACLRequest.Builder metricName(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
.
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
.CreateWebACLRequest.Builder defaultAction(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
.
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
.CreateWebACLRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.