public static interface GetWebACLRequest.Builder extends WAFRequest.Builder, CopyableBuilder<GetWebACLRequest.Builder,GetWebACLRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWebACLRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetWebACLRequest.Builder |
webACLId(String webACLId)
The
WebACLId of the WebACL that you want to get. |
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildGetWebACLRequest.Builder webACLId(String webACLId)
The WebACLId of the WebACL that you want to get. WebACLId is returned by
CreateWebACL and by ListWebACLs.
webACLId - The WebACLId of the WebACL that you want to get. WebACLId is returned
by CreateWebACL and by ListWebACLs.GetWebACLRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.