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. |
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
GetWebACLForResourceResponse.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.Builder
webACLSummary(WebACLSummary)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.