public static interface GetWebACLForResourceResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetWebACLForResourceResponse.Builder,GetWebACLForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetWebACLForResourceResponse.Builder |
webACLSummary(Consumer<WebACLSummary.Builder> webACLSummary)
Information about the web ACL that you specified in the
GetWebACLForResource request. |
GetWebACLForResourceResponse.Builder |
webACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the
GetWebACLForResource request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetWebACLForResourceResponse.Builder webACLSummary(WebACLSummary webACLSummary)
Information about the web ACL that you specified in the GetWebACLForResource request. If there
is no associated resource, a null WebACLSummary is returned.
webACLSummary - Information about the web ACL that you specified in the GetWebACLForResource request. If
there is no associated resource, a null WebACLSummary is returned.default GetWebACLForResourceResponse.Builder webACLSummary(Consumer<WebACLSummary.Builder> webACLSummary)
Information about the web ACL that you specified in the GetWebACLForResource request. If there
is no associated resource, a null WebACLSummary is returned.
WebACLSummary.Builder avoiding the need to
create one manually via WebACLSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to webACLSummary(WebACLSummary).webACLSummary - a consumer that will call methods on WebACLSummary.BuilderwebACLSummary(WebACLSummary)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.