CopyableBuilder<UpdateIPSetRequest.Builder,UpdateIPSetRequest>, SdkBuilder<UpdateIPSetRequest.Builder,UpdateIPSetRequest>public static interface UpdateIPSetRequest.Builder extends CopyableBuilder<UpdateIPSetRequest.Builder,UpdateIPSetRequest>
| Modifier and Type | Method | Description | 
|---|---|---|
| UpdateIPSetRequest.Builder | changeToken(String changeToken) | 
 The value returned by the most recent call to GetChangeToken. | 
| UpdateIPSetRequest.Builder | ipSetId(String ipSetId) | 
 The  IPSetIdof the IPSet that you want to update. | 
| UpdateIPSetRequest.Builder | updates(Collection<IPSetUpdate> updates) | 
 An array of  IPSetUpdateobjects that you want to insert into or delete from an IPSet. | 
| UpdateIPSetRequest.Builder | updates(IPSetUpdate... updates) | 
 An array of  IPSetUpdateobjects that you want to insert into or delete from an IPSet. | 
copyapply, buildUpdateIPSetRequest.Builder ipSetId(String ipSetId)
 The IPSetId of the IPSet that you want to update. IPSetId is returned by
 CreateIPSet and by ListIPSets.
 
ipSetId - The IPSetId of the IPSet that you want to update. IPSetId is returned
        by CreateIPSet and by ListIPSets.UpdateIPSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to GetChangeToken.UpdateIPSetRequest.Builder updates(Collection<IPSetUpdate> updates)
 An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For
 more information, see the applicable data types:
 
 IPSetUpdate: Contains Action and IPSetDescriptor
 
 IPSetDescriptor: Contains Type and Value
 
updates - An array of IPSetUpdate objects that you want to insert into or delete from an
        IPSet. For more information, see the applicable data types:
        
        IPSetUpdate: Contains Action and IPSetDescriptor
        
        IPSetDescriptor: Contains Type and Value
        
UpdateIPSetRequest.Builder updates(IPSetUpdate... updates)
 An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For
 more information, see the applicable data types:
 
 IPSetUpdate: Contains Action and IPSetDescriptor
 
 IPSetDescriptor: Contains Type and Value
 
 NOTE: This method appends the values to the existing list (if any). Use
 #setUpdates(java.util.Collection) or #withUpdates(java.util.Collection) if you want to
 override the existing values.
 
updates - An array of IPSetUpdate objects that you want to insert into or delete from an
        IPSet. For more information, see the applicable data types:
        
        IPSetUpdate: Contains Action and IPSetDescriptor
        
        IPSetDescriptor: Contains Type and Value
        
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.