public static interface GetIPSetResponse.Builder extends WAFResponse.Builder, 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.