public static interface GetWebAclResponse.Builder extends WafResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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.