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.BuilderwebACL(Consumer<WebACL.Builder> webACL) Information about the WebACL that you specified in theGetWebACLrequest.Information about the WebACL that you specified in theGetWebACLrequest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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
GetWebACLrequest. For more information, see the following topics:- Parameters:
 webACL- Information about the WebACL that you specified in theGetWebACLrequest. 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
GetWebACLrequest. For more information, see the following topics:- 
 
WebACL: Contains
DefaultAction,MetricName,Name, an array ofRuleobjects, andWebACLId - 
 
DefaultAction(Data type is WafAction): ContainsType - 
 
Rules: Contains an array ofActivatedRuleobjects, which containAction,Priority, andRuleId - 
 
Action: ContainsType 
WebACL.Builderavoiding the need to create one manually viaWebACL.builder().When the
Consumercompletes,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:
 
 - 
 
 
 -