public static interface GetWebAclForResourceResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<GetWebAclForResourceResponse.Builder,GetWebAclForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetWebAclForResourceResponse.Builder |
webACL(Consumer<WebACL.Builder> webACL)
The web ACL that is associated with the resource.
|
GetWebAclForResourceResponse.Builder |
webACL(WebACL webACL)
The web ACL that is associated with the resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWebAclForResourceResponse.Builder webACL(WebACL webACL)
The web ACL that is associated with the resource. If there is no associated resource, WAF returns a null web ACL.
webACL - The web ACL that is associated with the resource. If there is no associated resource, WAF returns a
null web ACL.default GetWebAclForResourceResponse.Builder webACL(Consumer<WebACL.Builder> webACL)
The web ACL that is associated with the resource. If there is no associated resource, WAF returns a null web ACL.
This is a convenience method that creates an instance of theWebACL.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 © 2023. All rights reserved.