public static interface GetWebACLResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetWebACLResponse.Builder,GetWebACLResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetWebACLResponse.Builder |
webACL(Consumer<WebACL.Builder> webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
GetWebACLResponse.Builder |
webACL(WebACL webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetWebACLResponse.Builder webACL(WebACL webACL)
Information about the WebACL that you specified in the GetWebACL request. For more
information, see the following topics:
webACL - Information about the WebACL that you specified in the GetWebACL request. For more
information, see the following topics:
default GetWebACLResponse.Builder webACL(Consumer<WebACL.Builder> webACL)
Information about the WebACL that you specified in the GetWebACL request. For more
information, see the following topics:
WebACL: Contains DefaultAction, MetricName, Name, an array of
Rule objects, and WebACLId
DefaultAction (Data type is WafAction): Contains Type
Rules: Contains an array of ActivatedRule objects, which contain
Action, Priority, and RuleId
Action: Contains Type
WebACL.Builder avoiding the need to create one
manually via WebACL.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to webACL(WebACL).webACL - a consumer that will call methods on WebACL.BuilderwebACL(WebACL)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.