CopyableBuilder<DeleteIPSetRequest.Builder,DeleteIPSetRequest>
, SdkBuilder<DeleteIPSetRequest.Builder,DeleteIPSetRequest>
public static interface DeleteIPSetRequest.Builder extends CopyableBuilder<DeleteIPSetRequest.Builder,DeleteIPSetRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteIPSetRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
DeleteIPSetRequest.Builder |
ipSetId(String ipSetId) |
The
IPSetId of the IPSet that you want to delete. |
copy
apply, build
DeleteIPSetRequest.Builder ipSetId(String ipSetId)
The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by
CreateIPSet and by ListIPSets.
ipSetId
- The IPSetId
of the IPSet that you want to delete. IPSetId
is returned
by CreateIPSet and by ListIPSets.DeleteIPSetRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.