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