Interface DeleteIpSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteIpSetRequest.Builder,DeleteIpSetRequest>,SdkBuilder<DeleteIpSetRequest.Builder,DeleteIpSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- DeleteIpSetRequest
public static interface DeleteIpSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<DeleteIpSetRequest.Builder,DeleteIpSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIpSetRequest.BuilderchangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.DeleteIpSetRequest.BuilderipSetId(String ipSetId)TheIPSetIdof the IPSet that you want to delete.DeleteIpSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIpSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build
-
-
-
-
Method Detail
-
ipSetId
DeleteIpSetRequest.Builder ipSetId(String ipSetId)
The
IPSetIdof the IPSet that you want to delete.IPSetIdis returned by CreateIPSet and by ListIPSets.- Parameters:
ipSetId- TheIPSetIdof the IPSet that you want to delete.IPSetIdis returned by CreateIPSet and by ListIPSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeToken
DeleteIpSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
- Parameters:
changeToken- The value returned by the most recent call to GetChangeToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-