Interface ListResourcesForWebAclResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListResourcesForWebAclResponse.Builder,
,ListResourcesForWebAclResponse> SdkBuilder<ListResourcesForWebAclResponse.Builder,
,ListResourcesForWebAclResponse> SdkPojo
,SdkResponse.Builder
,Wafv2Response.Builder
- Enclosing class:
ListResourcesForWebAclResponse
public static interface ListResourcesForWebAclResponse.Builder
extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<ListResourcesForWebAclResponse.Builder,ListResourcesForWebAclResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresourceArns
(String... resourceArns) The array of Amazon Resource Names (ARNs) of the associated resources.resourceArns
(Collection<String> resourceArns) The array of Amazon Resource Names (ARNs) of the associated resources.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.wafv2.model.Wafv2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
resourceArns
The array of Amazon Resource Names (ARNs) of the associated resources.
- Parameters:
resourceArns
- The array of Amazon Resource Names (ARNs) of the associated resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
The array of Amazon Resource Names (ARNs) of the associated resources.
- Parameters:
resourceArns
- The array of Amazon Resource Names (ARNs) of the associated resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-