public static interface ListResourcesForWebAclResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<ListResourcesForWebAclResponse.Builder,ListResourcesForWebAclResponse>
Modifier and Type | Method and Description |
---|---|
ListResourcesForWebAclResponse.Builder |
resourceArns(Collection<String> resourceArns)
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.
|
ListResourcesForWebAclResponse.Builder |
resourceArns(String... resourceArns)
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListResourcesForWebAclResponse.Builder resourceArns(Collection<String> resourceArns)
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.
resourceArns
- An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An
array with zero elements is returned if there are no resources associated with the web ACL.ListResourcesForWebAclResponse.Builder resourceArns(String... resourceArns)
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.
resourceArns
- An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An
array with zero elements is returned if there are no resources associated with the web ACL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.