public static interface DeleteIpSetRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<DeleteIpSetRequest.Builder,DeleteIpSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIpSetRequest.Builder |
detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to delete.
|
DeleteIpSetRequest.Builder |
ipSetId(String ipSetId)
The unique ID that specifies 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.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteIpSetRequest.Builder detectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose IPSet you want to delete.DeleteIpSetRequest.Builder ipSetId(String ipSetId)
ipSetId - The unique ID that specifies the IPSet that you want to delete.DeleteIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.