Interface GetWebAclResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetWebAclResponse.Builder,
,GetWebAclResponse> SdkBuilder<GetWebAclResponse.Builder,
,GetWebAclResponse> SdkPojo
,SdkResponse.Builder
,WafResponse.Builder
- Enclosing class:
GetWebAclResponse
public static interface GetWebAclResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetWebAclResponse.Builder,GetWebAclResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetWebAclResponse.Builder
webACL
(Consumer<WebACL.Builder> webACL) Information about the WebACL that you specified in theGetWebACL
request.Information about the WebACL that you specified in theGetWebACL
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
webACL
Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following topics:- Parameters:
webACL
- Information about the WebACL that you specified in theGetWebACL
request. For more information, see the following topics:- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webACL
Information about the WebACL that you specified in the
GetWebACL
request. For more information, see the following topics:-
WebACL: Contains
DefaultAction
,MetricName
,Name
, an array ofRule
objects, andWebACLId
-
DefaultAction
(Data type is WafAction): ContainsType
-
Rules
: Contains an array ofActivatedRule
objects, which containAction
,Priority
, andRuleId
-
Action
: ContainsType
WebACL.Builder
avoiding the need to create one manually viaWebACL.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towebACL(WebACL)
.- Parameters:
webACL
- a consumer that will call methods onWebACL.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-