public static interface DeleteIpSetRequest.Builder extends WafRequest.Builder, 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)
Add an optional request override configuration.
|
DeleteIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.DeleteIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.