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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
webACLSummaryInformation 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 the- GetWebACLForResourcerequest. 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.
 
- 
webACLSummarydefault 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 on- WebACLSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-