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. |
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetWebACLRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.