Interface WebACLSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebACLSummary.Builder,
,WebACLSummary> SdkBuilder<WebACLSummary.Builder,
,WebACLSummary> SdkPojo
- Enclosing class:
WebACLSummary
public static interface WebACLSummary.Builder
extends SdkPojo, CopyableBuilder<WebACLSummary.Builder,WebACLSummary>
-
Method Summary
Modifier and TypeMethodDescriptionA friendly name or description of the WebACL.A unique identifier for aWebACL
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
webACLId
A unique identifier for a
WebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.- Parameters:
webACLId
- A unique identifier for aWebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A friendly name or description of the WebACL. You can't change the name of a
WebACL
after you create it.- Parameters:
name
- A friendly name or description of the WebACL. You can't change the name of aWebACL
after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-