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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourcesForWebAclResponse.BuilderresourceArns(String... resourceArns)An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.ListResourcesForWebAclResponse.BuilderresourceArns(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 Detail
-
resourceArns
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.
- 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
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.
- 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.
-
-