Interface GetWebAclForResourceResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetWebAclForResourceResponse.Builder,,GetWebAclForResourceResponse> SdkBuilder<GetWebAclForResourceResponse.Builder,,GetWebAclForResourceResponse> SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
 GetWebAclForResourceResponse
@Mutable
@NotThreadSafe
public static interface GetWebAclForResourceResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetWebAclForResourceResponse.Builder,GetWebAclForResourceResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionwebACLSummary(Consumer<WebACLSummary.Builder> webACLSummary) Information about the web ACL that you specified in theGetWebACLForResourcerequest.webACLSummary(WebACLSummary webACLSummary) Information about the web ACL that you specified in theGetWebACLForResourcerequest.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, sdkFieldNameToField, 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
- 
webACLSummary
Information about the web ACL that you specified in the
GetWebACLForResourcerequest. If there is no associated resource, a null WebACLSummary is returned.- Parameters:
 webACLSummary- Information about the web ACL that you specified in theGetWebACLForResourcerequest. If there is no associated resource, a null WebACLSummary is returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
webACLSummary
default GetWebAclForResourceResponse.Builder webACLSummary(Consumer<WebACLSummary.Builder> webACLSummary) Information about the web ACL that you specified in the
This is a convenience method that creates an instance of theGetWebACLForResourcerequest. If there is no associated resource, a null WebACLSummary is returned.WebACLSummary.Builderavoiding the need to create one manually viaWebACLSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towebACLSummary(WebACLSummary).- Parameters:
 webACLSummary- a consumer that will call methods onWebACLSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -