public static interface DeleteIpSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<DeleteIpSetRequest.Builder,DeleteIpSetRequest>
| Modifier and Type | Method and 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. |
DeleteIpSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIpSetRequest.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.DeleteIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.