public static interface CreateIPSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<CreateIPSetResponse.Builder,CreateIPSetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateIPSetResponse.Builder |
changeToken(String changeToken)
The
ChangeToken that you used to submit the CreateIPSet request. |
default CreateIPSetResponse.Builder |
ipSet(Consumer<IPSet.Builder> ipSet)
The IPSet returned in the
CreateIPSet response. |
CreateIPSetResponse.Builder |
ipSet(IPSet ipSet)
The IPSet returned in the
CreateIPSet response. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateIPSetResponse.Builder ipSet(IPSet ipSet)
The IPSet returned in the CreateIPSet response.
ipSet - The IPSet returned in the CreateIPSet response.default CreateIPSetResponse.Builder ipSet(Consumer<IPSet.Builder> ipSet)
The IPSet returned in the CreateIPSet response.
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)CreateIPSetResponse.Builder changeToken(String changeToken)
The ChangeToken that you used to submit the CreateIPSet request. You can also use
this value to query the status of the request. For more information, see GetChangeTokenStatus.
changeToken - The ChangeToken that you used to submit the CreateIPSet request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.