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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteIPSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.DeleteIPSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteIPSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.