public static interface GetIpSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetIpSetResponse.Builder,GetIpSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetIpSetResponse.Builder |
ipSet(Consumer<IPSet.Builder> ipSet)
Information about the IPSet that you specified in the
GetIPSet request. |
GetIpSetResponse.Builder |
ipSet(IPSet ipSet)
Information about the IPSet that you specified in the
GetIPSet request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIpSetResponse.Builder ipSet(IPSet ipSet)
Information about the IPSet that you specified in the GetIPSet request. For more
information, see the following topics:
IPSet: Contains IPSetDescriptors, IPSetId, and Name
IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each
IPSetDescriptor object contains Type and Value
ipSet - Information about the IPSet that you specified in the GetIPSet request. For more
information, see the following topics:
IPSet: Contains IPSetDescriptors, IPSetId, and Name
IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each
IPSetDescriptor object contains Type and Value
default GetIpSetResponse.Builder ipSet(Consumer<IPSet.Builder> ipSet)
Information about the IPSet that you specified in the GetIPSet request. For more
information, see the following topics:
IPSet: Contains IPSetDescriptors, IPSetId, and Name
IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each
IPSetDescriptor object contains Type and Value
IPSet.Builder avoiding the need to
create one manually via IPSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to ipSet(IPSet).
ipSet - a consumer that will call methods on IPSet.BuilderipSet(IPSet)Copyright © 2023. All rights reserved.