public static interface CreateWebAclResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<CreateWebAclResponse.Builder,CreateWebAclResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateWebAclResponse.Builder |
summary(Consumer<WebACLSummary.Builder> summary)
High-level information about a WebACL, returned by operations like create and list.
|
CreateWebAclResponse.Builder |
summary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWebAclResponse.Builder summary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a WebACL, and the ARN, that you
provide to operations like AssociateWebACL.
summary - High-level information about a WebACL, returned by operations like create and list. This
provides information like the ID, that you can use to retrieve and manage a WebACL, and
the ARN, that you provide to operations like AssociateWebACL.default CreateWebAclResponse.Builder summary(Consumer<WebACLSummary.Builder> summary)
High-level information about a WebACL, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage a WebACL, and the ARN, that you
provide to operations like AssociateWebACL.
WebACLSummary.Builder avoiding the need
to create one manually via WebACLSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to summary(WebACLSummary).
summary - a consumer that will call methods on WebACLSummary.Buildersummary(WebACLSummary)Copyright © 2023. All rights reserved.