Interface GetChangeTokenResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetChangeTokenResponse.Builder,,GetChangeTokenResponse> SdkBuilder<GetChangeTokenResponse.Builder,,GetChangeTokenResponse> SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
 GetChangeTokenResponse
public static interface GetChangeTokenResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetChangeTokenResponse.Builder,GetChangeTokenResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionchangeToken(String changeToken) TheChangeTokenthat you used in the request.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 in the request. Use this value in aGetChangeTokenStatusrequest to get the current status of the request.- Parameters:
 changeToken- TheChangeTokenthat you used in the request. Use this value in aGetChangeTokenStatusrequest to get the current status of the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -