Interface ListResourcesForWebAclResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListResourcesForWebAclResponse.Builder,
,ListResourcesForWebAclResponse> SdkBuilder<ListResourcesForWebAclResponse.Builder,
,ListResourcesForWebAclResponse> SdkPojo
,SdkResponse.Builder
,WafResponse.Builder
- Enclosing class:
ListResourcesForWebAclResponse
public static interface ListResourcesForWebAclResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<ListResourcesForWebAclResponse.Builder,ListResourcesForWebAclResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresourceArns
(String... resourceArns) An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.resourceArns
(Collection<String> resourceArns) An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-