public static interface ListResourcesForWebAclRequest.Builder extends Wafv2Request.Builder, SdkPojo, CopyableBuilder<ListResourcesForWebAclRequest.Builder,ListResourcesForWebAclRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResourcesForWebAclRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListResourcesForWebAclRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListResourcesForWebAclRequest.Builder |
resourceType(ResourceType resourceType)
Used for web ACLs that are scoped for regional applications.
|
ListResourcesForWebAclRequest.Builder |
resourceType(String resourceType)
Used for web ACLs that are scoped for regional applications.
|
ListResourcesForWebAclRequest.Builder |
webACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the web ACL.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourcesForWebAclRequest.Builder webACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the web ACL.
webACLArn - The Amazon Resource Name (ARN) of the web ACL.ListResourcesForWebAclRequest.Builder resourceType(String resourceType)
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool.
If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER.
Default: APPLICATION_LOAD_BALANCER
resourceType - Used for web ACLs that are scoped for regional applications. A regional application can be an
Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon
Cognito user pool.
If you don't provide a resource type, the call uses the resource type
APPLICATION_LOAD_BALANCER.
Default: APPLICATION_LOAD_BALANCER
ResourceType,
ResourceTypeListResourcesForWebAclRequest.Builder resourceType(ResourceType resourceType)
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool.
If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER.
Default: APPLICATION_LOAD_BALANCER
resourceType - Used for web ACLs that are scoped for regional applications. A regional application can be an
Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon
Cognito user pool.
If you don't provide a resource type, the call uses the resource type
APPLICATION_LOAD_BALANCER.
Default: APPLICATION_LOAD_BALANCER
ResourceType,
ResourceTypeListResourcesForWebAclRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResourcesForWebAclRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.