public static interface ListResourcesForWebACLRequest.Builder extends WAFRequest.Builder, CopyableBuilder<ListResourcesForWebACLRequest.Builder,ListResourcesForWebACLRequest>
Modifier and Type | Method and Description |
---|---|
ListResourcesForWebACLRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListResourcesForWebACLRequest.Builder |
webACLId(String webACLId)
The unique identifier (ID) of the web ACL for which to list the associated resources.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ListResourcesForWebACLRequest.Builder webACLId(String webACLId)
The unique identifier (ID) of the web ACL for which to list the associated resources.
webACLId
- The unique identifier (ID) of the web ACL for which to list the associated resources.ListResourcesForWebACLRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.