Interface UpdateGeoMatchSetResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateGeoMatchSetResponse.Builder,,UpdateGeoMatchSetResponse> SdkBuilder<UpdateGeoMatchSetResponse.Builder,,UpdateGeoMatchSetResponse> SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
 UpdateGeoMatchSetResponse
public static interface UpdateGeoMatchSetResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<UpdateGeoMatchSetResponse.Builder,UpdateGeoMatchSetResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionchangeToken(String changeToken) TheChangeTokenthat you used to submit theUpdateGeoMatchSetrequest.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 theUpdateGeoMatchSetrequest. 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 theUpdateGeoMatchSetrequest. 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.
 
 
 -