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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetWebAclResponse.BuilderwebACL(Consumer<WebACL.Builder> webACL)Information about the WebACL that you specified in theGetWebACLrequest.GetWebAclResponse.BuilderwebACL(WebACL webACL)Information about the WebACL that you specified in theGetWebACLrequest.-
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 Detail
-
webACL
GetWebAclResponse.Builder webACL(WebACL 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
default GetWebAclResponse.Builder webACL(Consumer<WebACL.Builder> 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:
webACL(WebACL)
-
-
-