Interface DeleteIpSetResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteIpSetResponse.Builder,,DeleteIpSetResponse> SdkBuilder<DeleteIpSetResponse.Builder,,DeleteIpSetResponse> SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
 DeleteIpSetResponse
public static interface DeleteIpSetResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<DeleteIpSetResponse.Builder,DeleteIpSetResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionchangeToken(String changeToken) TheChangeTokenthat you used to submit theDeleteIPSetrequest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
changeToken
The
ChangeTokenthat you used to submit theDeleteIPSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
 changeToken- TheChangeTokenthat you used to submit theDeleteIPSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -