public static interface WebACLSummary.Builder extends CopyableBuilder<WebACLSummary.Builder,WebACLSummary>
Modifier and Type | Method and Description |
---|---|
WebACLSummary.Builder |
name(String name)
A friendly name or description of the WebACL.
|
WebACLSummary.Builder |
webACLId(String webACLId)
A unique identifier for a
WebACL . |
copy
applyMutation, build
WebACLSummary.Builder webACLId(String webACLId)
A unique identifier for a WebACL
. You use WebACLId
to get information about a
WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL), and
delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
webACLId
- A unique identifier for a WebACL
. You use WebACLId
to get information about
a WebACL
(see GetWebACL), update a WebACL
(see UpdateWebACL),
and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
WebACLSummary.Builder name(String name)
A friendly name or description of the WebACL. You can't change the name of a WebACL
after
you create it.
name
- A friendly name or description of the WebACL. You can't change the name of a
WebACL
after you create it.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.