public static interface GetWebAclRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<GetWebAclRequest.Builder,GetWebAclRequest>
| Modifier and Type | Method and Description |
|---|---|
GetWebAclRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetWebAclRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetWebAclRequest.Builder |
webACLId(String webACLId)
The
WebACLId of the WebACL that you want to get. |
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetWebAclRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.